WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Data transfer from Serial to ethernet and ethernet to serial  (Read 2673 times)

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Data transfer from Serial to ethernet and ethernet to serial
« 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
« Last Edit: January 16, 2014, 01:25:24 AM by malikawan »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Data transfer from Serial to ethernet and ethernet to serial
« Reply #1 on: January 16, 2014, 05:49:06 AM »
You could do that with socat.

Offline malikawan

  • Full Member
  • ***
  • Posts: 243
Re: Data transfer from Serial to ethernet and ethernet to serial
« Reply #2 on: January 17, 2014, 05:20:02 AM »
gerald_clark thanx for reply