RS-232 Port¶
-
Perform a loopback at RS-232 port by shorting pins 2 & 3 in DB9 connector J24 on the carrier board, or connect to another computer.
-
Enable UART1 when on-SOM Bluetooth is not mounted. Type the following commands in the Linux shell to enable:
$ echo 20 > /sys/class/gpio/export
$ echo out > /sys/class/gpio/gpio20/direction
$ echo 0 > /sys/class/gpio/gpio20/value
- Start minicom.
- Type a few characters at the minicom and see that the loopback is working.