Skip to content

Using with Raspberry Pi

Hadi Moshayedi edited this page Jun 4, 2015 · 1 revision

Raspberry Pi Diary

Serial pins: Black-White-Green. Red is not attached.

To connect to serial console:

[hadi@localhost Downloads]$ sudo setserial /dev/ttyUSB0 spd_normal
Cannot set serial info: Inappropriate ioctl for device
[hadi@localhost Downloads]$ sudo gtkterm --port /dev/ttyUSB0 --speed 115200 
Clone this wiki locally