This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200: Support the PPP over Serial

Part Number: CC3200

Hello,

              As far as I understand, CC3220, like the CC3200 does not support NDK, because it also has its own
          TCP/IP Stack in NWP. Is it possible to organize PPP-exchange by the serial line with the 3G-modem
          (requires support for LCP + PAP/CHAP with md5 + IPCP + IP) for the CC3220 with its built-in protocol stack?
          If this is possible, which version of R/S/SF is more suitable for this purpose?

          If the CC3220 stack does not contain PPP also, then is it possible to replace the CC3200 with another
          similar model for this purpose?

  • Hi,

    For your purpose is no difference between CC3200 and CC3220. You need implement ppp support by yourself. With CC3220 may to be your job slightly easier cause are RAW sockets supported. But ppp+ip stack implementation will be still up to you.

    All recommendation at linked thread above are still valid for CC3220 devices, including advice from Josh.

    Jan