Hello,
I am using Xport Pro Linux. I want to read data from serial port and do some processing.
I wrote a program to read serial port ttyS0, using 'open' and 'read' api, it works well if the ethernet port(say 5000) is not opened by any application.
Looks like only one process can access the serial port.
How can I read serial port when other application is accessing the tunneling port?
Please Help.
I am using Xport Pro Linux. I want to read data from serial port and do some processing.
I wrote a program to read serial port ttyS0, using 'open' and 'read' api, it works well if the ethernet port(say 5000) is not opened by any application.
Looks like only one process can access the serial port.
How can I read serial port when other application is accessing the tunneling port?
Please Help.
Comment