LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Serial-Over-Lan from Linux to Windows (https://www.linuxquestions.org/questions/linux-networking-3/serial-over-lan-from-linux-to-windows-825334/)

raz3k 08-10-2010 08:29 AM

Serial-Over-Lan from Linux to Windows
 
Hi guys,

I am trying to port my physical rs232 interface bidirectionally from a pc that is running centos 5.5 via lan to a windows pc using some kind of virtual com port. (btw, it's a PBX)

People told me to use socat, but socat cannot create my COM1 device in windows.

Eltima Serial to Ethernet Connector cannot be run on centos because of >2.8 glibc version.

Any free/nonfree software/ideea i can use ?

UPDATE:

On the linux side i was able to user ser2net, now on windows side i am able to telnet to the host and it works correctly.

What software should i use on the windows side to translate from tcp to a com port ?

raz3k 08-11-2010 08:31 AM

xen side:
socat file:/dev/ttyS0,raw,echo=0 tcp-l:3006,fork&

xp side:

com0com pair com3 - com25
http://sourceforge.net/projects/com0...e.zip/download
http://sourceforge.net/projects/com0...6.zip/download
com2tcp --ignore-dsr \\.\COM25 192.168.50.66 3006


All times are GMT -5. The time now is 08:16 AM.