User manual

Instruction set
10
Command Description Example LUA string
IO functionality
N Get pin level of requested IO pin n
a
. ESC[2N "\27[4N"
O Set pin level of selected IO pin n
a
to
level.
ESC[2;0O ESC[2;1O "\27[1;1O"
Configuration
Q Enter LCD-Term's setup dialog. ESC[Q "\27[Q"
e Jump into the device's bootloader. ESC[e "\27[e"
a
See Section4.2, “General pin-out” for details about n.
Table3.4.Additional functions
When uploading GIF images, it is required to exit the firmware and enter the bootloader
first. This example shows how to achieve this.
echo -e "\033[e" > /dev/ttyACM0
Example3.3.Activate bootloader from a Linux shell