View Single Post
Old 29-Mar-2007, 02:27 AM   #2 (permalink)
Iphone
Fixed Error!
 
Iphone's Avatar

Posts: 4,202
Join Date: Mar 2007
Rep Power: 6 Iphone is on a distinguished road

IM:
Default Re: Connect two uC's with GPRS (without stack)

You can view GPRS as very much the same as dialing any other ISP.

When you dial *99# you will start a PPP session, so your uC needs both a PPP stack and an IP stack, try Embedded Ethernet for a open source OS that may be of use.

There is no way around this, one way or another you need an IP stack to use GPRS.

However there is another option, various GSM modules include a built in IP stack and the ability for you to load your own application into the module to make use of it, some examples are:-

Nokia 12
Sony Ericsson GR47
Various wavecom modules.

To connect your 2 pc's just use windows dial up networking and set the number to dial to *99#.
(After you've set the APN using hyperterminal and AT+CGDCONT=1,"IP","<APN provided>")
Iphone is offline   Reply With Quote