I have to get data from the serial port of a Linux system and convert it to TCP / IP to send it to the server . Is it difficult to do this? I have some basic programming experience but do not have much experience with Linux. Is there any open source application that does this?
You do not have to write a program. In Linux it's just going through the serial port.
NetCat www.example.com port
Just change the address and port information. In addition, you can use a different serial port (i.e. change the / dev / ttyS0
section). You can use the command to change the parameters of the serial port (baud rate, similarity, stop bit, etc.) or command.
Comments
Post a Comment