ntnu-b2xx: fs/etc/rc.d/vsp_pair: Added another virtual com port for rtklib console

This commit is contained in:
Kristian Klausen 2015-11-19 14:20:29 +01:00
parent 0fd2bcea84
commit 9b3b8defc6

View File

@ -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()