Dialing up GPRS/GSM network in uClinux via RS232

Status
Not open for further replies.

xczms

Junior Member level 3
Joined
Feb 20, 2004
Messages
31
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
hangzhou, china
Activity points
341
dial-up in uClinux

dose anyone have experience in dialing up GPRS or GSM network with GPRS modem under Linux or uClinux through serial port RS232, could you give me some tips? which software should i have? ppp tcp/ip rs232 driver, anything else?
 

Re: dial-up in uClinux

You should not use PPP, as PPP will do too much thing than normal GPRS connection.

For connection with GPRS: you need two AT commands:
AT+CGDCONT=1,IP,156.090.123.076
ATD*99#
Please note that the above two is just a example, you need to consult your operator for the actual one.

After this connection, the system can now on the internet world, you can do the TCP/UDP/IP... protocol
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…