====== '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 500000,n,8,1'', where //****// 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 500000''. ===== Firmware compilation===== :!: Following instructions concern the //Arduino IDE//. * First, launch ''git clone %%https://github.com/hardkernel/ODROID-SHOW%%'' in a console, * Click on ''ODROID-SHOW/show_main/show_main.ino'' (should have be created by above command) ; this should launch the //Arduino IDE//, * ''File/Preferences/Settings/Sketchbook location:'' : set it to the above ''ODROID-SHOW'' directory, * ''Sketch/Import Library/Add Library.../'': point to above ''ODROID-SHOW'' directory.