Hi everyone,
Anyone can advice me on PPP connection using sample code tcpserver and i have configure as shown
#define PPP_BEARER “UART1” on cfg_uart_server.c
#define OVER_UART_PPP_SERV on appli.c
Questions:
a) I want to use direct RS232 serial cable to connect to UART com port.
what type of serial cable i need to use?
null modem cable or straight cable?
null modem without handshaking?
null modem with partial handshaking?
null modem with full handshaking?
b) any thing to take note when connect via UART serial port
I have successful using USB-Sierra wireless AT Command PORT (UMTS) to dial up internet and tcpserver sample. it work prefect fine but UART1 is alway no response. i able to send AT command via UART without any problem.
thank you,
yongyew