BPI-M1 UART interface
Last updated
Last updated
BPI-M1 have 4 UART port on board.
How to use serial port with minicom.
1 use ssh connect to BPI-M1 and install minicom
2 choose serial port
Uart port for BPI-M1
now , we test UART2 ,setting as below:
save:
exit, minicom runing:
check Uart number:
so you can see UART0 is ttyS1
3 you can use windows hyperterminal or putty on you PC,and setting the right Uart number.
4,test function:
BPI-M1 send "hello, pc"
BPI-M1 receive " hello Ok"
5 you can use the same way to test UART3(ttyS2)、UART7(ttyS3).so all is working fine.