lixiantai / serial-over-ip

Serial Over UDP/IP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SerialOverIP Version 1.0
8 Mar 2002, Stefan-Florin Nicola <sten@fx.ro>

Tool for transport of serial interfaces over UDP/IP.
Usefull for accessing a distant serial device by a local Windoze program.

Example
=======

--------   Serial    --------                -------   Serial   ---------
|Serial|   Cross     |Remote|   (Internet)   |Local|   Cross    |Windoze|
|Device|-------------|Linux |---..........---|Linux|------------|program|
--------   Cable     --------                -------   Cable    ---------


One linux will be server and one will be client.
On the server you can start the program typing the following command:

bash# serialoverip -d /dev/ttyS0 9600-8n1 -s 127.0.0.1 3000

... and on the client:

bash# serialoverip -c 127.0.0.1 3000 -d /dev/ttyS1 9600-8n1

In both commands the IP address is the server IP.
Note that you have to start the server first, and it will be efectively be running
only after the first packet received from the client.

About

Serial Over UDP/IP

License:GNU General Public License v2.0


Languages

Language:C 100.0%