Point to Point Protocol

Hi Guys.

I'm trying to send data down a GPRS channel established using my application via the Java CommAPI: Sending MODEM AT commands. I'd so love to use IP instead of PPP, but I cannot do ATD*98#. I get "}&} }*} } g}%~$}%▄}"}&} }*} } g}%~$}%▄}"}&} }*} } g}%~$}%▄}"}&} }*} } g}%~$}%▄}"}&} }*} } g}%~$}%▄}"} when I connect to the network, I'm doing: ATD*99***1#

This is good as I am getting the packets, but I'm unable to decode then: I've not been able to get the packet description.

I was hoping there's a Java API that can decompose this for me, or to possibly develop one with your(dear forum member :)) help.

I was hoping I could launch a Socket object and send data down that pipe...

Please assist anyway you can. I'll greatly appreciate it.

Thanks

[853 byte] By [gichangA_2a] at [2007-11-27 2:20:37]
# 1

Probably you've got the OS's idea of the baud rate wrong, i.e. different from the device's actual rate.

You can't launch a Socket for that device unless the OS already considers it a dial-up PPP device - in which case you don't need to do any AT commands at all, just open the socket to the target address.

ejpa at 2007-7-12 2:22:08 > top of Java-index,Core,Core APIs...