ntnu-b2xx: fs/etc/rc.d/vsp_pair: Added another virtual com port for rtklib console
This commit is contained in:
parent
0fd2bcea84
commit
9b3b8defc6
@ -1,6 +1,7 @@
|
||||
start()
|
||||
{
|
||||
socat -d -d pty,raw,echo=0,link=/tmp/ttyV0 pty,raw,echo=0,link=/tmp/ttyV1 < /dev/null > /dev/null &
|
||||
socat -d -d pty,raw,echo=0,link=/tmp/ttyC0 pty,raw,echo=0,link=/tmp/ttyC1 < /dev/null > /dev/null &
|
||||
}
|
||||
|
||||
stop()
|
||||
|
Reference in New Issue
Block a user