This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use tcpip library by modem

Hello everybody,
Please, is there anybody that used the library TCPIP by modem ?

I should developing a FTP server reachable by internet connection.
I use a modem (telit GM862) that have already tcp/ip stack inside, but don't have a FTP and besides, I think that to use the micro library is more flexible and so I want use it.
Normaly, I able to connect to modem with internet by GPRS and it obtain the IP address from provider, but if I want to use only GPRS connection of the modem and don't the stack tcp/ip is it possible ?
Maybe I must use the PPP protocol ?
I saw the Http_demo example for NXP micro that doesn't have the ethernet controller and it uses the PPP protocol, but the connection is done by rs232...
How do I set the library for this use ?
How do I inject the data received from modem so them it can to be elaborate from the library?

Thank in advance to everybody.

Regards
Nicola

0