[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: How to "bridge" a serial connection over the Internet?

Chris Fowler cfowler@outpostsentinel.com
Wed, 1 May 2013 00:57:31 GMT


RaspberryPi with USB serial?


You can then write any code in Perl or Python that will monitor the
port and then make a connection back.

I would write a program on the conserver side that would map a remote
port to a pseudo tty.  Conserver can then connect to that pseudo to
send and rx data.  Or if it is one way simply use pipes or files.

Chris