• PPP
    Can i get information about how to interface a PPP protocol with 89c52.
  • Local varible in same address
    Hi All I write a function like this test.c void a(U8 val) { U8 ch=0; dev[ch].fun1(val); <--this is a function pointer , it will call the b function dev[ch].fun2(val); <--Fail here ...
  • PPP conection
    I need Serial Port Driver for Philips LPC17xx For ppp Connection with null modem cable
  • TCPnet and PPP
    I am using Keil TCPnet and I have an application which currently uses BSD sockets over the Ethernet interface (providing SSL Web Server and other services). I need to provide the same services over a...
  • PPP setup
    I'm attempting to get PPP working. I have a socketmodem connected to an LPC2468 on uart 1. have the serial driver working. Do I need to include Std_Modem.c in my project? Where do I make changes...