0

I want to start a tcp listener on debian. One client should be able to connect and should get inputs of serial port in the tcp connection. And when the client sends data through the tcp socket the data should be sent into the serial port.

I found other solutions where the linux server connects to another server redirects the serial port (Other Question).

But I want that my machine is a tcp server.

Is there a built-in tool in debian that helps me doing this?

feedc0de
  • 259
  • 2
  • 8
  • Your question looks exactly the same as that one, and its accepted answer looks like it will solve your problem. Exactly what is different about your question? – Michael Hampton Apr 22 '14 at 15:58
  • I dont want that the server connects to someone, i want that he waits for incoming connections. He should listen on a port and redirect any data coming from clients to the serial port. – feedc0de Apr 23 '14 at 18:49
  • It does both. Did you not read the answers given there? – Michael Hampton Apr 23 '14 at 18:50

0 Answers0