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

PPP on CDMA MODEM

Hi,All:
In my application I'm using a ARM7 (from NXP) with a serial Interface (RS232) to connect with a CDMA modem.
After dial the number and received "CONNECT",beginning to exchange LCP data,but In the data of the ARM7 losesd the "FF 03",what's the reason?

Parents Reply Children
  • "How to do not lose 'FF 03' "

    "FF 03" are the HDLC address and control bytes (i.e., the first two bytes within the frame encapsulated between the [7E] flags). If your software is not properly tracking the framing flags, you might not recognize the address and control bytes in their proper context. Some implementations allow the first flag to be omitted when transmitting back-to-back frames. Are you accounting for that?

  • Now it entries IPCP REQ:
    ARM:
    7E
    FF
    03
    80 21
    10
    01
    01
    00 1A
    03 06 00 00 00 00 //local IP
    90 8B
    7E
    but do not receive IPCP ACK.