11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
|
start()
|
||
|
{
|
||
|
/usr/bin/setserial /dev/ttyS0 low_latency
|
||
|
/usr/bin/setserial /dev/ttyUSB0 low_latency
|
||
|
}
|
||
|
|
||
|
stop()
|
||
|
{
|
||
|
echo ""
|
||
|
}
|