Difference between revisions of "IoTGateway/BSP/Linux/Linux BSP User Guide Ubuntu16.04 for rk"
From ESS-WIKI
Line 24: | Line 24: | ||
[[File:Rs485.png|600px|Rs485.png]] | [[File:Rs485.png|600px|Rs485.png]] | ||
+ | |||
+ | Command | ||
+ | |||
+ | <syntaxhighlight lang="bash">$ sudo su | ||
+ | $ adv | ||
+ | # stty -F /dev/ttyUSB0 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | Please check return 115200 | ||
+ | |||
+ | <syntaxhighlight lang="bash">$ sudo su | ||
+ | $ adv | ||
+ | # stty -F /dev/ttyUSB0 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok | ||
+ | </syntaxhighlight> |
Revision as of 09:51, 19 August 2019
Contents
Linux BSP Version
Ubuntu16.04_aarch64
Ubuntu 16.04 Release Version
DS100 DIV0009 2019-08-17
Image Download Path
Account and Password for Login
Account : adv Password: adv
OTG port change Host mode
Command
RS-485 Test
Command
$ sudo su
$ adv
# stty -F /dev/ttyUSB0 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok
Please check return 115200
$ sudo su
$ adv
# stty -F /dev/ttyUSB0 speed 115200 -hupcl -icrnl -ixon -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echok