mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-20 00:30:59 +03:00
add serialsock
This commit is contained in:
5
Socket_CAN/diff/clientscript
Executable file
5
Socket_CAN/diff/clientscript
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
for ((x=0; x<10; ++x)); do
|
||||
socat TCP-LISTEN:2000 PTY,link=/tmp/ttyX0,raw,crnl
|
||||
done
|
||||
Reference in New Issue
Block a user