Serial communication
Overview⚓︎
Several products have one or more serial interfaces: - RS-232 - RS-485
Platform specific⚓︎
Example⚓︎
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.