PPP over UART1

Hi,

Use the SDK sample (say tcp server). Configure the application for using PPP over UART1.
Execute the application on UART2.
Then create a new Dial-up onnection with configuration “Coomunication cable between 2 computers” using UART1.

Give the user name and password which are already defined in the application. And connect.

It should work.

Thanks