Hi,

I've solved this problem. Follows up the script for communicating the Palm with 
Motorola V600 via cable (Gomadic cable) and accessing the Internet via GSM GPRS:

Go to SYSTEM\PREFS\CONNECTION 
Click NEW 
 
Give the connection a name, e.g. GPRS
 
In CONNECT TO: select LOCAL NETWORK; 
In VIA: select cable/cradle
Click DETAILS

In SPEED: select 38.400 bps
In FLOW CONTROL: select Automatic

Click OK, the connection is ready
 
Now click NETWORK\NEW, and give the service a name, e.g. GPRS
 
In USER NAME: the user name provided by your GPRS Service Provider
In PASSWORD: the password provided by your GPRS Service Provider
In CONNECTION: select the connection made before
Click on DETAILS

In CONNECTION TYPE: select PPP
In IDLE TIMEOUT: select Never
In QUERY DNS: check it
In IP ADDRESS: check Automatic
Click on SCRIPT

Now make a script like the one below, where brt.br is the address provided by 
your GPRS Service Provider and *99***1# is the number provided by your GPRS 
Service Provider:
 
SEND: AT&TFX10 
SEND CR: 
SEND CR: 
SEND: AT+CGDCONT=1,IP,brt.br 
SEND CR: 
SEND: ATDT*99***1# 
SEND CR: 
WAIT FOR: CONNECT 
END: 

Click OK twice and you're ready to connect to the Internet.
-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to