mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 17:20:57 +03:00
add serialsock
This commit is contained in:
7
Socket_CAN/README_ports
Normal file
7
Socket_CAN/README_ports
Normal file
@@ -0,0 +1,7 @@
|
||||
server:
|
||||
socat pty,link=/tmp/ttyX0,waitslave tcp:127.0.0.1:2002 &
|
||||
ssh -L 2002:robotel1:2000 -N -f robotel1 &
|
||||
|
||||
client:
|
||||
|
||||
socat TCP-LISTEN:2000 PTY,link=/tmp/ttyX0,raw,crnl &
|
||||
Reference in New Issue
Block a user