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.

how to establish a communication between SIM 300 AND UDP

Status
Not open for further replies.

BB11

Member level 4
Joined
Jan 4, 2010
Messages
74
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
india
Activity points
1,828
SIM 300 AND UDP

Can anyone tel me d procedure to establish a communication between a sim300 and UDP?
And When asked to define PDP context ... wat is cid and PDP type?
please help me...
 

Re: SIM 300 AND UDP

Look at the FAQ's on this page **broken link removed**. The FAQ on making a GPRS connection shows a TCP connection, but UDP uses the same commands, just replace "TCP" with "UDP".

BB11 said:
And When asked to define PDP context ... wat is cid and PDP type?
The PDP Context is a data structure that contains the subscriber session information for an active session. This includes the local IP address, IMSI, tunnel endpoints, etc. This is created when you send the "AT+CIICR" command.

You can have multiple PDP contexts and the cid is a unique number that identifies a particular PDP context. For most applications you'll only have one active session and so the cid should be '1'.
 

    BB11

    Points: 2
    Helpful Answer Positive Rating
Re: SIM 300 AND UDP

thanks GSM man:)....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top