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
  • Thanks for your reply.
    Yes, WINCE means window-CE,we use i.MX51/31/35... to run Windows-CE ,not on Cortex-M3.
    Under Windows-CE, we can use socket to send/receive data package,it not need to consider details about how tcp/ip stacks work. Is the same with Cortex-M3? GPRS modems have built-in TCP/IP stack means we need to send at command(with gprs data)after TCP/IP stack(Cortex-M3) control, am i right? Thanks.

Reply
  • Thanks for your reply.
    Yes, WINCE means window-CE,we use i.MX51/31/35... to run Windows-CE ,not on Cortex-M3.
    Under Windows-CE, we can use socket to send/receive data package,it not need to consider details about how tcp/ip stacks work. Is the same with Cortex-M3? GPRS modems have built-in TCP/IP stack means we need to send at command(with gprs data)after TCP/IP stack(Cortex-M3) control, am i right? Thanks.

Children