readme
来自「torch tracking code, it is a good code」· 代码 · 共 24 行
TXT
24 行
1. Check your /dev/ttyS0 or /dev/ttyS1For example, assuming that you are using /dev/ttyS1 do:> stty -F /dev/ttyS1speed 9600 baud; line = 0;min = 0; time = 10;-brkint -icrnl -imaxbel-opost -onlcr-isig -icanon -iexten -echoif this setting is not correct then do:> stty -F /dev/ttyS1 -icrnl -opost -onlcr -isig -icanon -iexten -echo2. run> onoff 1> gohome> onoff 1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?