3.3
HDMI
1
ih-uart-ctl -p 0 -m 0
The parameter 0 after -p indicates COM1, parameter 1 indicates COM2. The serial port name of COM1 is
ttyS3, and the serial port name of COM1 is ttyS4. The parameter 0 after -m indicates RS232, 1 indicates
RS485, 2 indicates RS422, and the default baud rate is 9600.
The stty command can be used to view and modify the configuration of the serial port. More about stty
https://www.gnu.org/software/coreutils/manual/coreutils.html#stty-
invocation
I.
View
serial
port
configuration
Plain Text
copy
1
stty -a -F /dev/ttyS3
II.
Modify
the
serial
port
configuration
Plain Text
copy
1
stty -F /dev/ttyS3 ispeed 115200 ospeed 115200 cs8
3.2
USB
Currently, USB only supports mounting USB flash drives. After the USB drive is successfully mounted,
you can view the drive files in /mnt/sd destination.