investorlkp.blogg.se

Virtualbox serial port socat
Virtualbox serial port socat






virtualbox serial port socat

I'm getting UDP forwarded data with: nc -lku 127.0.0.1 12345 My intent was to create a virtual tty (in this case two because socat pty mode needs two) and then forward UDP packet to and from it (them). I tought to use socat but I'm not an expert with it, I tried with these lines (executed in separated terminals): socat -d -d pty,link=/tmp/in0,raw,echo=0 pty,link=/tmp/out0,raw,echo=0

virtualbox serial port socat

The serial port will be used in a C program trough an API that can only accept serial ports as its I/O stream. I need to create a bi-directional UDP to virtual serial port bridge,








Virtualbox serial port socat