📄 serial.def
字号:
; Serial.def : Declares the module parameters for the DLL.
LIBRARY "Serial"
DESCRIPTION 'Serial Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
RS_Open @200
RS_Close @201
RS_Read @202
RS_ReadOv @203
RS_Write @204
RS_WriteOv @205
RS_GetOverlappedResult @206
RS_BytesWaiting @207
RS_TransmitChar @208
RS_GetConfig @209
RS_SetConfig @210
RS_SetBreak @211
RS_ClearBreak @212
RS_ClearError @213
RS_GetDefaultConfig @214
RS_SetDefaultConfig @215
RS_GetStatus @216
RS_GetState @217
RS_SetState @218
RS_Escape @219
RS_ClearDTR @220
RS_ClearRTS @221
RS_SetDTR @222
RS_SetRTS @223
RS_SetXOFF @224
RS_SetXON @225
RS_GetProperties @226
RS_GetModemStatus @227
RS_SetMask @228
RS_GetMask @229
RS_Flush @230
RS_Purge @231
RS_TerminateOutstandingWrites @232
RS_TerminateOutstandingReads @233
RS_ClearWriteBuffer @234
RS_ClearReadBuffer @235
RS_Setup @236
RS_SetTimeouts @237
RS_GetTimeouts @238
RS_Set0Timeout @239
RS_Set0WriteTimeout @240
RS_Set0ReadTimeout @241
RS_WaitEvent @242
RS_WaitEventOv @243
RS_WriteBufferOv @244
RS_ReadBufferOv @245
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -