Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Do GPRS modems with inbuilt TCP/IP stack have also an inbuilt PPP stack?

Status
Not open for further replies.

kuldeep

Member level 2
Member level 2
Joined
Apr 6, 2005
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,680
Does GPRS modems with inbuilt TCP/IP stack have inbuilt PPP stack also.

If yes then how to establish internet connection.

if not then how to implement the ppp stack(LCP/PAP) on an 8-bit microcontroller.
 

mitesh

Full Member level 3
Full Member level 3
Joined
May 13, 2002
Messages
177
Helped
14
Reputation
28
Reaction score
7
Trophy points
1,298
Activity points
1,525
gprs ppp stack

HI Kuldeep,

If a GSM/GPRS Modem with TCP/IP stack in built, it will have a PPP stack as with out it, it will not work in TCP/IP mode.

I will show the flow plan.


Serial --- PAP --- PPP ----- UDP ------ IP ----- TCP.

for reaching TCP its should pass through PPP or SLIP
 

    kuldeep

    Points: 2
    Helpful Answer Positive Rating

pisoiu

Advanced Member level 3
Advanced Member level 3
Joined
Dec 31, 2002
Messages
750
Helped
43
Reputation
86
Reaction score
17
Trophy points
1,298
Location
Romania
Activity points
7,883
ppp protocol gprs

You can take a loog at GM862-GPRS ( www.gm862.com ). It has an EASY GPRS, which is basically the TCP/IP stack. There are some AT commands used to set the gprs parameters (APN, Username, pwd, peer name, protocol), and with the AT#SKTOP command you can open a socket. It is very easy to use. All the PPP protocols are inside the modem.

/pisoiu
 

    kuldeep

    Points: 2
    Helpful Answer Positive Rating

kuldeep

Member level 2
Member level 2
Joined
Apr 6, 2005
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,680
gprs ppp ip

I'm using BENQ M22 modem, its said that it has inbuilt TCP/IP stack but nothing is mentioned about PPP stack; so i assume that PPP protocol has to be implemented by me.

I have to implement this protocol using 8-bit controller, please provide be with some practical suggestions and resources.
 

reflectarray

Member level 3
Member level 3
Joined
Nov 6, 2006
Messages
67
Helped
6
Reputation
12
Reaction score
1
Trophy points
1,288
Activity points
1,615
gm862 gprs parameter

If your Benq M22 has built in TCP/IP stack, it must be have PPP stack as well.
 

alimog

Newbie level 1
Newbie level 1
Joined
Oct 24, 2008
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,284
easy gprs ppp

hello

do you have expirience with gm862 and 8 bit controller .
iam trying to connect but without succeed after dialing *99..
i dont know what to do

thanks
v.
 

bether

Newbie level 4
Newbie level 4
Joined
Nov 3, 2008
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,323
gsm gprs modem ppp

reflectarray said:
If your Benq M22 has built in TCP/IP stack, it must be have PPP stack as well.

Not really,
basically when a gprs/modem maker offers his TCP/IP stacks, it means a modem capable to send GPRS packets over UDP or TCP conections, but using his own transfer/setup mechanism.
in order to use ppp, the TCP/Stack must reside on a host (i.e. external Microcontrolleror even tough a PC), this is who MUST make ALL the work.

kuldeep:

wich modem are you using ?, speaking in general all brands offers friendly methods to transfer data using its stack, all you need to do, is read the manual and then hands on !

alimog:

dialing only the *99# puts the modem (brand dependent) in data mode or start an GPRS conection,in response to this, u must B able to talk with your device to make the desired functionality !!!!

** Cheers ***
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top