⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 device.ini

📁 一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上
💻 INI
字号:
[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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -