Skip to content

Serial communication

Overview⚓︎

Several products have one or more serial interfaces: - RS-232 - RS-485

Platform specific⚓︎

Example⚓︎

    echo -e hello\r\n | microcom  -s 9600 -t 10000 -X /dev/ttyTHS1

Console output⚓︎

The console output on the device defaults to a UART connected to a debug pin list inside the housing. However, it is possible to switch the console output to an external RS-232 either from the u-boot environment list or dynamically at runtime using setconsole.

Baudrate⚓︎

The supported range is from 9600 to 115200.