]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - scripts/serial-console
Fix error when NO_PDF environment variable is not defined
[can-benchmark.git] / scripts / serial-console
index addf02c0dc20518bc3eaca34bd45bc0995bfd349..176548531c9b5579e4fbe778f31f403d5ad2e1b0 100755 (executable)
@@ -3,4 +3,4 @@
 # This starts attaches to the serial console on RYU_edu board. To end the
 # session press <Enter>, '~' and '.' and wait approximately 1 second.
 
-ssh -t -e none glab 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'