Linux Serial Port Redirector
The PortShare driver for Linux maps the console server serial port to a host tty port. The opengear-serial-client as an open source. A COM port redirector. The equivalent software for a Unix/Linux operating system is commonly called a. Backyard Baseball 2007 Download Pc there. One variant of a COM port redirector is a virtual serial.
In most cases, Serial Port Redirector acts as a client for getting access to remote serial devices. For this purpose the program creates virtual COM ports on the local side. The virtual serial port is configured for connection to specified IP-address and TCP-port of the remote side. As soon as communications software opens local virtual COM-port, connection with the remote side is established.


Hardware Serial Device Server usually serves as a remote side. It accepts incoming network connection from the Serial Port Redirector and redirects both the data stream and control signals to a plugged serial device.
And Even More • Unlimited number of virtual serial ports can be created simultaneously on a single computer. • Raw data transmission support. • Fixed COM port settings for virtual COM port. • Overlapped virtual COM ports support (virtual serial ports can have the same names as existing physical COM ports).
• Broken network connection recovery (auto-reconnect). • Cache data when network connection is broken. • Mixed 32 and 64-bit environment. • Virtual serial ports configuration via Windows Device Manager.
• Compatibility with PnP and WMI technologies. • Works with any virtual machines. • Hot virtual serial port creation and removal, without reboot.
I am looking for a way to use a remote serial port on a linux machine over LAN. The machine is running ubuntu 10.04 and I have a arduino board connected to it, that I would like to be able to reprogram or listen/talk to serial output of it over LAN. It would be great if the client software would be platform indepented but linux only client would be ok too. UPDATE: There are some programs like that for windows: (this appears to have a linux version to, but its not open source.) And finally actually wikipedia has some useful notes and references: UPDATE2: Most interesting candidate.