We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
The ARM7 has to be explicitly programmed to not losesd the "FF 03". Did you skip that step?
Seriously now, your software is not tracking PPP framing properly.
thank you! I do not understand what's you mean? How to do not lose "FF 03"
Can I send my program to your email?
"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.