Activity

From 11/04/2009 to 12/03/2009

12/03/2009

08:51 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
I know that they are different..But some phones like siemen c55 does not support for AT+CUSD. But they use ATD for sending USSD Command. This is just a suggestion. stevensu
03:16 PM Support: RE: Error sending SMS
Please overwrite existing libraries with the attached patch and test again. Steps to test 1. Run the "Demo" program 2. In "Send SMS", now there is check box to "Use Default SMSC", tick this before sending SMS Programmatically, you can ... admin
01:43 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, CUSD and ATD are different. One is for USSD and another is for dialling. Unless you try to send a USSD command, then the toolkit will use AT+CUSD. admin
01:22 PM Support: RE: Error sending SMS
Hi, From the log file 2009.12.01-11.46.11:Verbose: Sending: 1B91200B3009300230033003300330003000300030053001300530F031000B813012828842F40010B005E8329BFD06 2009.12.01-11.46.17:Verbose: Sending watch dog message 2009.12.01-11.46.43:Info: Er... admin
06:23 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hello sir, I want to suggest you something for improving your messaging toolkit. I don't know that you have already knwon it or not.In some phones, they don't support for the "AT+CUSD" Command. Using "ATD" instead of "AT+CUSD". so when connectin... stevensu

12/02/2009

10:43 AM Support: RE: Error sending SMS
May be this file more helpful to you people. intellisense
09:50 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Here is the pdu: 07912618485400F9F1C20B818079841701F200000B100A22080B818091122222F3B8BFD3 Thanks... stevensu

12/01/2009

06:57 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Can you post your PDU here? admin
12:19 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, I have tested and about decode new message, I think it has no problem anymore. the issue is fixed. and about the reply path, I think it's not work. the reply path code that i used is written below: pdu.TpRp = PduUtils.TpRpWithRp; pdu.AddR... stevensu
11:27 AM Support: Error sending SMS
Hello I am using messagingtoolkit dll to send sms. Using the Demo Project when i try to recieve sms I get success. But when i try to send sms it fails. It says that this function is not supported!! I am using ST860 EDGE MODEM of Sentar Tech. ... intellisense
08:36 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
I see..Ok i have downloaded it.. Thanks.. stevensu

11/30/2009

07:56 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Please use the attached patched PDU library For the status report value, 0 = success, those with trying you can assume are pending, the remaining as failed. Previously you can only set the reply path bit, we modified to include the reply add... admin

11/28/2009

01:51 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
I have tested the latest patched..All the status report has been decoded well. I have use this code below pdu.AddressType = PduUtils.AddressTypeAlphanumeric | PduUtils.AddressNumberPlanIdTelephone; and when i send message it returns +CMS ER... stevensu

11/27/2009

10:10 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, Please use these latest libraries. admin
10:41 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, Let's me explain first. The UnreceivedMessage.log contains the sending message pdu and the status report pdu. The problem is as i see in the log the messsage is sent successfull with the reply of the status report. But the message is not re... admin
07:40 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, I have download and try it. It works but another status report can not be decoded. I attached 2 files: 1.UnreceivedMessage.log 2.FailedStatusReport.log This Log is created by my application with your pdu library. Let's me explain first.... stevensu

11/26/2009

09:50 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, The issue is due to the status report has no SMSC header. There are 2 specifications - TS 3GPP 27.005 which specify that SMSC header must be present, and TS 3GPP 23.040 which specifies no SMSC header is present. We have made changes t... admin

11/25/2009

08:15 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, I have attached the mcore log and also the messagingToolkit log. I also include the print screen. When I use the messagingToolkit demo for sending message and also i check the status report, and after sending the message and i see in the log ... stevensu

11/17/2009

01:43 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi, I want to report again: 1.About the decode status report. I have try to send message using Sony Ericsson K810i with SIM Card A, then the status report decode successfull after that i try sending message with another modem, Sony Ericcson K320i... stevensu

11/14/2009

12:13 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Again error in decode status report... 06010D91261839434131F8901141410102829011414101028200000012...thx.... stevensu

11/12/2009

07:59 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
To ease us to see what happened. Can you do the following 1. Use the demo program to connect to modem 2. After connected, set the logging to DEBUG mode. 3. Try sending message, and make sure the status report come back. 4. Attach here messag... admin
06:26 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Yes..One more thing, I try another operator. Named Telkomsel. the status report also can't be decoded... stevensu

11/10/2009

09:52 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hm..i also don't know why..Actually I want to learn the pdu but i have no time. The problem is only happened in AXIS Operator.Another operator work fine. mcore success decode it. One more thing, how to send message with a reply path?does your pdu ... stevensu

11/09/2009

11:57 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
This is the result of decoding the status report. I have not really tested with mcore, but the PDU is invalid as what u can observe below PDU LENGTH IS 29 BYTES ADDRESS OF DELIVERING SMSC NUMBER IS : D018628786 TYPE OF NR. : Unknown NPI ... admin
09:34 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
First I send SMS with my software and decode the with your pdu. My StatusReportReceivedEvent is not fire. Then I try to get the Status Report PDU from my log.and i tried to decode with yours. And it failed to decode.then I download from mcore the ... stevensu
08:25 AM Support: RE: Bugs in PDU Decoder and PDU Encoder
For a), the status report PDU is not valid. Not sure why you said mCore is okay. How do you perform the testing? admin

11/08/2009

09:40 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Thank you..For b) now it is fixed. But how about a). I really don't understand for the a). Thank you.. I'm develope using vb.net. the .NET Serial port has a bug. The bug is when the port is open and i suddenly pulled out the modem and the port nam... stevensu

11/07/2009

02:50 PM Support: RE: Bugs in PDU Decoder and PDU Encoder
Hi Steven, For b), please try to put the address type as non international. E.g. pdu.AddressType = PduUtils.AddressTypeUnknown | PduUtils.AddressNumberPlanIdTelephone; Try again with this, if this is fixed. Test again if a) still happen admin
11:16 AM Support: Bugs in PDU Decoder and PDU Encoder
Here the log of my software: Below are sms delivery report that cannot be decode. I tried mCore library it is decode sucessfull. 2009-11-08 00:03:37 Received: +CDS: 29 02A30C9126984989889490118000202182901180005071820000000012 2009-11-08... stevensu
« Previous
Next »
 

Also available in: Atom