Skip to main content

All Questions

Tagged with
1 vote
2 answers
9k views

TCP to virtual serial port with socat

I have a program (program 1) that has a TCP server listening on port 1234. I have confirmed that the server accepts connections and sends data with a utility str2str. Program 2, on the same machine, ...
sebinho's user avatar
  • 73
0 votes
1 answer
4k views

TCP/IP to Serial - Serial Server

I have a server with 8 COM ports which I would like to make accessible via TCP ports, I've done quite a bit of research and tried numerous solutions including ser2net etc. All of which unfortunately ...
Jack's user avatar
  • 1
2 votes
0 answers
3k views

connect to a serial device via TCP socket

My setup is this: serial device ttyUSB0 connected to laptop A software that opens TCP socket to listen and write to, also runs on laptop A (linux) My goal is to pipe data from/to serial device ...
oddy's user avatar
  • 121