Tiny Core Linux

General TC => General TC Talk => Topic started by: malikawan on January 16, 2014, 01:18:27 AM

Title: Data transfer from Serial to ethernet and ethernet to serial
Post by: malikawan on January 16, 2014, 01:18:27 AM
one server which is receiving data from RS232 COM Port device 1 this is also connected to my 2nd server via Ethernet cable now i want to communicate between two server.
My server 1 received data from serial and  send it to server 2 via Ethernet and server 2 that receive data via  ethernet again convert to serial data and send it via COM port to my device 2  and then device to send that data in reverse order

In short i want to communicate serial to Ethernet and Ethernet to serial any extension or any idea about that

Malik Awan
Title: Re: Data transfer from Serial to ethernet and ethernet to serial
Post by: gerald_clark on January 16, 2014, 05:49:06 AM
You could do that with socat.
Title: Re: Data transfer from Serial to ethernet and ethernet to serial
Post by: malikawan on January 17, 2014, 05:20:02 AM
gerald_clark thanx for reply