readme
来自「The source code example of ARM9 developm」· 代码 · 共 30 行
TXT
30 行
MATRIX example programserial.c1.Compiler and buildexecute "make" will create executable file.2.Download to MATRIXuse ftp or USB/SD to put the executable file into MATRIX.3.Execute examplefirst change file access permissions:chmod +x serial.oand then execute:./serial.o4. Example Description: serial port examplefunctions: matrix P1 set 19200bps, n81, RTS/CTS flow control. and echo back the received data.What is shown in this example: 1. How to open a serial port 2. How to set interface 3. How to set baudrate, flow control and other settings 4. How to read and write a serial port5. MATRIX's tty port:ttyS1, ttyS2, ttyS3, ttyS4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?