SOCAT - Port redirect - Raspberry Pi Forums
hi,
hoping redirect serial data arduino being received on pi through socat. possible redirect virtual com port on windows pc? able point me in direction of correct command this?
in advance,
wohan
hoping redirect serial data arduino being received on pi through socat. possible redirect virtual com port on windows pc? able point me in direction of correct command this?
in advance,
wohan
what communication between arduino , rpi ? socket or serial ? not clear in description.
if serial on pi:
- setting serial correct baudrate
- piping data via socat socket on computer.
- one-way communication.
how virtual comport on pc dont know, not unlikely has made kind of device-driver.
if program on pc can read socket instead easier.
if serial on pi:
- setting serial correct baudrate
- piping data via socat socket on computer.
- one-way communication.
code: select all
stty -f /dev/ttyusb0 9600 socat 192.168.1.17 9000 < /dev/ttyusb0
if program on pc can read socket instead easier.
raspberrypi
Comments
Post a Comment