Table of Contents

'ODROID-SHOW2' device

Parameters

Parameter Value
Bauds 500000
Parity None
Data bits 8
Stop bits 1

All other parameters are OFF.

Under 'Windows'

Under Windows, to configure the serial port correctly, launch mode com<n> 500000,n,8,1, where <n> is the serial port number (launching mode displays the available ports).

It seems that above command sets some parameters to ON, but it seems not to matter…

Under 'GNU/Linux'

Under GNU/Linux, to set the parameters for this device, launch stty -F /dev/ttyUSB<n> 500000.

Firmware compilation

:!: Following instructions concern the Arduino IDE.