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

