hi all,
In my application i am using ARM7 with a serial interface to connect CDMA modem with my target board. I am using std_modem.c driver. and i have given ppp_connect("#num","username","password") to connect modem. I am able to receive CONNECT and able to receive LCP data like 7e ff 7d 23 c0 21 7d 21 etc,but i am not receiving ff 03. Do i need to make any changes in net_config.c file.
Regards saritha
Hi
Did you not forgot to implement the timer tick (100ms typical) or else it is not running properly?
Pedro Zuchi