X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/46317028413a2c940082b1a61f849994eeac9b11..3aeb8e6d6a3282dd119abd34db21663877bd44b1:/scripts/serial-console diff --git a/scripts/serial-console b/scripts/serial-console index 161c7ae..1765485 100755 --- a/scripts/serial-console +++ b/scripts/serial-console @@ -3,4 +3,4 @@ # This starts attaches to the serial console on RYU_edu board. To end the # session press , '~' and '.' and wait approximately 1 second. -ssh -t -e none glab '(sleep 1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200' +ssh -t -e none glab '(sleep 0.1; dtrrts /dev/ttyUSB0 1 1) & cu -l /dev/ttyUSB0 -s 115200'