I want to use PPP through Serial Port B. Where do I go to get started library and driver sources and APIs. Quick search didn’t reveal where to go.
Under netos\src\examples\ppp folder you will find number of ppp sample applications that you should take as a basis for your application. The PPP is part of the tcpip.a library. In order to use serial port B you need to make sure that you have selected Com1 instead of Com0.