📄 port.h
字号:
#if !defined(MPORT)
#define MPORT
#ifdef __cplusplus
extern "C"
{
#endif
inline bool IsOpen();
bool OpenPort(unsigned long xPort, unsigned long xBabd, unsigned char xDataSize,
unsigned char xParity, unsigned char xStopBit, unsigned long InputBuffSize,
unsigned long OutputBuffSize, unsigned long dwTimerOut);
void ClosePort();
void ClearBuffer();
unsigned long ReadChar(unsigned long dwBufferLength, char *buff, unsigned long dwWaitTime);
unsigned long WriteChar(unsigned long dwBufferLength, char *buff);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -