Connect to the robot gctronic board via minicom

From IridiaWiki
Revision as of 15:24, 21 February 2013 by Manubrambi (talk | contribs) (Created page with "Install minicom sudo apt-get install minicom Connect to the usb port of the board and you should see on your pc /dev/ttyUSB0 Once you have this you can connect via minicom, …")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Install minicom

 sudo apt-get install minicom

Connect to the usb port of the board and you should see on your pc /dev/ttyUSB0

Once you have this you can connect via minicom, but you need to configure minicom:

 sudo minicom -s
 - Serial Port Setup
 -- Serial Device: /dev/ttyUSB0
 -- BPS: 115200 8N1
 -- Hardware flow control: No
 -- Software flow control: No

From now on you just need to do

 sudo minicom

Note: to exit from minicom Ctrl-A X