device.ini
来自「一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上」· INI 代码 · 共 27 行
INI
27 行
[KEYBOARD]
[PEN]
[LCD]
[UART]
Name = COM2:
BaudRate = 19200 // Current baud
Binary = TRUE // Binary mode; no EOF check
Parity = TRUE // Parity checking
OutxCtsFlow = FALSE // CTS output flow control
OutxDsrFlow = FALSE // DSR output flow control
DtrControl = ENABLE // DTR flow control type
DsrSensitivity = FALSE // DSR sensitivity
TXContinueOnXoff = TRUE // ON/OFF continues Tx
OutX = FALSE // ON/OFF out flow control
InX = FALSE // ON/OFF in flow control
ErrorChar = FALSE // Error replacement
Null = FALSE // Null stripping
RtsControl = ENABLE // RTS flow control
AbortOnError = FALSE // Abort reads/writes on error
ByteSize = 8 // Number of bits/byte, 4-8
Parity = 0 // 0-4=no,odd,even,mark,space
StopBits = 0 // 0,1,2 = 1, 1.5, 2
[END]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?