MaaXBoard_Mini-Linux-Debian-UM-V1.1
http://www.avnet.me/maaxboardmini.com
14
3.7 UART
MaaXBoard Mini supports 2 UART interface.
MaaXBoard Mini (CPU)
Interface Type
UART1
UART TTL (Debug Interface)
UART2
UART TTL
3.7.1 UART 2
In the Debian system, the node for UART2 is /dev/ttymxc1.
The system image provides a test application, uart_test, which could be used for a loop back test.
Short connect the pin 16 and 18 in J10, then enter the following instructions in serial terminal:
root@maaxboard-mini:~# ./uart_test -d /dev/ttymxc1 -b 115200
/dev/ttymxc1 RECV 10 total
/dev/ttymxc1 RECV: 1234567890
The result of RECV as above, means test passed.
Note: Press “CTRL+C” to exit the test.