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.

Text file transmission using SIM300 GPRS modem

Status
Not open for further replies.

sandeep polasa

Newbie level 6
Joined
Nov 20, 2009
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Hyderabad
Activity points
1,381
Hi. I am working on communicating with two SIM300 GPRS modems. I am able to establish the TCP/IP connection using GPRS. I also sent a text data from one GPRS modem to another using TCP/IP. I configured the second GPRS modem as the server. Now i need to send a text file from one GPRS modem to another.

Please help me if anyone know the procedure to transfer a text file from one GPRS modem to another using TCP/IP?
 

Two comments:
- You should refer to SIMCOM TCP/IP application note and AT command manuals for the commands to utilize the embedded TCP/IP stack.
- Mobile phone service providers usually restrict routing of inbound connections to particular TCP ports or block it completely. You have to check, if server operation is possible with your mobile internet provider.
 

FvM is correct in saying TCP/IP communication between modems is difficult unless you can make arrangements with the provider, e.g. modems are usually on private networks behind NAT boxes making inbound TCP connections difficult. In a similar application I had two modems making TCP connections to a server with a static IP address. One modem left data on the server, the other collected it. If timing is critical when the first has sent the data it could send an SMS message to the second modem to make a connection collect it.
 

Sir,
I have interfaced gsm modem to atmega 16 to send gps data to a mobile number. Now, i am finding difficulty in sending it to a static ip. I am using a vodafone gprs activated connection. I am sure that i can handle the coding part but i am finding difficulty with the PDP context and APN. Can you please help that from where can i get such information or just the parameters of "AT+CGDCONT" and "AT+CDNSCFG" command's
Thanking You
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top