PDA

View Full Version : Send SMS Help



jc_armor
15-09-2003, 02:05 PM
Hi!...I need someone to help me in sending SMS. Here's the data that i have sent using 3310 with mbus/fbus cable attached on the pc:

1F 00 10 02 00 30 00 01 00 01 02 00 07 81 36 19 08 00 10 10 00 00 00 00 11 00 00 00 05 0C 81 36 19 29 24 82 83 00 00 00 00 A7 00 00 00 00 00 E8 32 9B FD 06 01 35 0D

To give a brief description:

SMSC = 639180000101
Phone Number = 639192422838
Message = Hello


I used VB for my application. Any help would be appreciated


Rgds

wumpus
15-09-2003, 02:30 PM
You have not formulated any question or problem.

jc_armor
15-09-2003, 02:41 PM
You have not formulated any question or problem.

I tried sending this data, but i didn't have any reply at all. I want to know if there's something wrong with the data that i have sent, or how do i properly send it.

Bungle
15-09-2003, 03:32 PM
If you're using MBUS i can't help you much with the actual transmission but check you've the right settings in - Im not sure but I think its 9600,o,8,1 with RTS line low and DTR high. If your looking to send lots of sms data I'd say stick to FBUS - its faster.

I tried (and failed) to send a message that worked. Kept getting the message sending failed stuff back from phone (01 24 00 03 65 00 02).

wumpus
15-09-2003, 04:28 PM
I'd first experiment with simpler packets that always have a reply.. and when that works, try to send SMS messages..

jc_armor
15-09-2003, 04:35 PM
Thanks for the reply....I have already tried other data packets(SW & HW, Security Code, etc.) and it worked fine. By the way, I'm using MBUS. I didn't have any success sending data packets using FBUS. If you have a sample program on sending data packets on FBUS, please send me a copy at [email protected]. Thanks

Bungle
15-09-2003, 06:57 PM
This is my code for sending fbus frames to the phone (vb5), its a LONG way from perfect though for the most part it works fine (6210). Its missing code to properly init the phone, so it may not work for other phones (Definitely does not work for 6310i).

Good luck!

jc_armor
16-09-2003, 10:19 AM
I tried your program, but it didn't work, it always says "Retransmit Required".

jc_armor
16-09-2003, 11:43 AM
Updates:

I have sent this data packet (FBUS)

1E 00 0C 02 00 30 00 01 00 01 02 00 07 91 36 19 08 00 10 10 00 00 00 00 11 00 00 00 05 0C 91 36 19 29 24 82 83 00 00 00 00 A7 00 00 00 00 00 E8 32 9B FD 06 01 35 CC DC

Where: SMSC = +639180000101
Phone = +639192422838
SMS Message = hello

And I received this ACK

1E C 0 7F 0 2 2 5 1C 74

But i didn't received any sms message. Why? Can someone help me on this?