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.

Intercomunicate between two sim300 (GPRS)

Status
Not open for further replies.

electronix_is

Newbie level 6
Joined
Nov 23, 2004
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
101
sim300 at+cipserver

Hi,
I want to sending data from one of gprs module (sim300) to other. I have this:
at+cipcsgp=1,"vodafone.vodafone.ro"
OK
at+cipsrip=1 (show remote IP and port before received data, optional)
OK
at+clport="UDP","7777"
OK
at+cstt
OK
at+ciicr
OK
at+cifsr
172.28.64.184
at+cipstart="UDP","172.29.71.75","7777"
CONNECT OK

OK
at+cipsend
> Testing the data data transmit!
SEND OK
at+cipstatus
OK

STATE: CONNECT OK
but i don't see data. Where is? To second module I have this:
at+cipcsgp=1,"vodafone.vodafone.ro"
OK
at+cipsrip=1 (show remote IP and port before received data, optional)
OK
at+clport="UDP","7777"
OK
at+cstt
OK
at+ciicr
OK
at+cifsr
172.29.71.75
at+cipserver
OK

SERVER OK
...and that is all. Where is data transmited?
 

at+cipserver sim300

i have similar problem
plz if you receive your response help me
 

Many GSM operators shows a false IP address when you attach to GPRS network. What you see at cifsr (172.29.71.75) is a fake address, not the real one. It happened to me with Orange in Romania. I had on my table several test setups, and when I've attached them, several modems reported the same IP address. This is frequent on the public APN used by operators because there a real IP address is not required, the application are mostly clients. If you need to use a server application, you'll have to talk with your operator and obtain another APN which gives you real IP address. But this usually comes with some extra costs...
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top