| Author |
Message |
branek
Joined: 14 Jun 2001 Posts: 30 Helped: 1 Location: SERBIA
|
29 May 2005 23:41 pic18 gprs |
|
|
|
|
Hello
Could anyone help me with GPRS and PPP protokol? Last 5 hours I am on this board and internet, read almost any document about GPRS and nothing... So, am I stupid or what?
I tryed many TCP stack, but no lucky with GPRS! I think that GPRS need CHAP, not PAP, and that is point where I am stucked! I try that with uChip source from APPNOTE 724. But there is only PAP... And after starting of PPP, I get some packets exchanged, and on end: NO CARRIER. The step where i get NO CARRIER is when I sending username and password.
If someone know source for gprs and PPP that is WORKING, please point me! And also if you can help me on any other way, do not shy...
I can try it with NOKIA 6100, and also with siemens M50/ M55, and with any PIC.
Thanx in advance... and sorry for my english
|
|
| Back to top |
|
 |
mrcube_ns
Joined: 10 Apr 2002 Posts: 429 Helped: 11 Location: Dark side of the Moon
|
31 May 2005 17:00 pic18 ppp |
|
|
|
|
For this purpose I use GPRS modem with build in TCP stack (Enfora Speeder), so you dont need to think about TCP stack, or PPP.
Just configure modem(s) and futher on do nothing more than plain serial communication.
Regards.
Mr.Cube
|
|
| Back to top |
|
 |
Google AdSense

|
31 May 2005 17:00 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
gorkin
Joined: 27 Feb 2002 Posts: 679 Helped: 11
|
29 Aug 2005 15:56 ppp pic18f |
|
|
|
|
Hi Mr. Branek!
At moment I develop one application with Siemens MC35i GSM module and PIC18 microcontroller.
I am prettend port the following stack:
www.opentcp.com
In no longer past, I read that one brazilian group port the uTCP stack for embedded environment, but I not found more informations...if You are interested, visit the Adamīs page:
http://www.dunkels.com/adam/
Gorkin.
|
|
| Back to top |
|
 |
techie
Joined: 05 Feb 2002 Posts: 850 Helped: 43 Location: Pakistan
|
29 Aug 2005 16:23 gprs stack pic18 |
|
|
|
|
GPRS needs no authentication. THis is becuase billing is inside the SIM.
SO when the modem asks for authentication, you just ignore it and proceed to the next step.
|
|
| Back to top |
|
 |
pisoiu
Joined: 31 Dec 2002 Posts: 729 Helped: 24 Location: Romania
|
29 Aug 2005 17:20 ppp gprs sim |
|
|
|
|
| techie wrote: |
GPRS needs no authentication. THis is becuase billing is inside the SIM.
SO when the modem asks for authentication, you just ignore it and proceed to the next step. |
As far as I know, this may be valid for some networks. It all depends on the operator. Some networks request this authentication procedure. The most common case I saw is that you can enter any crap you want in user name and password field, because the data are ignored (indeed the real authentication is based on SIM data), however the procedure must be performed.
/pisoiu
|
|
| Back to top |
|
 |