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.

Can I use Microchip's TCP/IP Stack with SIM700D?

Status
Not open for further replies.

BasePointer

Full Member level 2
Joined
Jul 3, 2002
Messages
130
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Location
TURKEY
Activity points
955
gprs microchip

Hi,

I don't want to use SIMCOM's internal TCP stack.
Can I use Microchip's TCP/IP Stack with SIM700D instead of its own stack?

Where to start to do this? Is only TCP implementation enough not to use SimCom's stack? And How can I tell the modem that I will use my own tcp stack, not yours?

10x,
BP.
 

Å¡ta je gsm tcp ip stack?

hi
do u want use it as a gprs modem near the PC
 

ppp & microchip

sabeti_1990 said:
hi
do u want use it as a gprs modem near the PC

no, this is an embedded project and far away from a PC :)
 

sim700d

BasePointer said:
Hi,
And How can I tell the modem that I will use my own tcp stack, not yours?

You can't! Why you would want to anyway?
 

ftp microchip server

GSM Man said:
You can't! Why you would want to anyway?

Because the internal TCP stack of the module doesn't support my requirements such as two server capability (for example FTP server and HTTP server at the same time), multi client connections (more than 2 clients should be able to connect to this servers at the same time) etc..

What did you mean when you said "you can't"? We are using Microchip PIC24 series MCU. They are providing free TCP stack that supports FTP, HTTS, SSL etc. I only need a PPP stack compatilble with Microchip's TCP Stack, Don't I?

10x,
BP.
 
microchip tcp/ip + ppp

The problem isn't on the 'PIC' side, it's on the GSM radio side. You can't connect to the GSM network unless you do it through the radio's TCP/IP interface (stack). The module does not provide a data-link layer interface (PPP).
 
sim700 connect to pc

GSM Man said:
The problem isn't on the 'PIC' side, it's on the GSM radio side. You can't connect to the GSM network unless you do it through the radio's TCP/IP interface (stack). The module does not provide a data-link layer interface (PPP).

Seller of the module said that it supports PPP via AT+CGDCONT and ATD*99# commands. I didn't try it yet but I hope you are wrong :) Because standard stack in the module doesn't correspond to our all requirements and want to solve this problem without changing hardware. If the module support "ATD*99#" command, will it be enough to establish an PPP connection and then IP, TCP etc?

10x,
BP.
 

using simcom tcp/ip stack

Did you ever figure out if you could make PPP connection to SIM700? My understanding is that they don't support PPP connections - have you discovered otherwise?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top