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

Communication functions with GPRS/3G modem

Recently, we have a project using Cortex-M3 processor to develop telematics functions,such as Phone,SMS,Using GPRS,etc. All of this functions we using UART port to connect with modem. Under WINCE platform we have finished these functions already,but with M3,we have lots of questions that because we using this platform very few.If you have any suggestion\solutions ,please tell me! Thanks a lot.
Questions:
1: Can we using TCP/IP stacks such as wince with this platform?if not, how about LWIP means?
2: I have found some samples about net connect with M3 by using Ethernet card, how about PPPOE,share we using this types?

if we need to finished the function such as wince RIL, How do I?
E-Mail:stone1008@163.com
Thanks.

Parents
  • No, it is not!

    Welcom to the world of "bare metal" computing!

    "GPRS modems have built-in TCP/IP stack"

    I said most GPRS modems have a built-in TCP/IP stack - you will have to study the manuals for your particular modem(s) to determine whether it has one.

    "we need to send at command(with gprs data)after TCP/IP stack(Cortex-M3) control, am i right?"

    Please read the manual!

Reply
  • No, it is not!

    Welcom to the world of "bare metal" computing!

    "GPRS modems have built-in TCP/IP stack"

    I said most GPRS modems have a built-in TCP/IP stack - you will have to study the manuals for your particular modem(s) to determine whether it has one.

    "we need to send at command(with gprs data)after TCP/IP stack(Cortex-M3) control, am i right?"

    Please read the manual!

Children