The phone you are using is already GPRS enabled ,that means it has a TCP/IP stack.
The GPRS will take care of the TCP/IP and the PPP,So you only need a RS232 interface on your embedded device and you can directly connect to the Phone modem,Then start using the AT commands through a terminal software(HYPERTERMINAL) and it should be fine.
The steps are clearly stated in the site:
http://www.gsm-modem.de/gp
also for your queries you can check the link:
http://www.gsm-modem.de/tc
software_elico
Main Topics
Browse All Topics





by: jmsousaPosted on 2003-12-03 at 03:03:48ID: 9865724
You can see what's going on with Win2K, just open a command line and type:
1. enable PPP logging:
netsh
ras
set tracing PPP enable
2. disable PPP logging:
netsh
ras
set tracing PPP disabled
You can see the log under \WINNT\tracing\PPP.txt.
José Sousa