Difference between revisions of "IoTGateway/BSP/Linux/Linux BSP User Guide Ubuntu16.04 for rk"

From ESS-WIKI
Jump to: navigation, search
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 10:51, 19 August 2019

Linux BSP Version

Ubuntu16.04_aarch64

Ubuntu 16.04 Release Version

DS100 DIV0009 2019-08-17

Image Download Path

Ubuntu16.04_DS100_Image

Account and Password for Login

Account : adv Password: adv

Login.png

OTG port change Host mode

Command

RS-485 Test

Rs485.png

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