摘要:
读写超时是在 调用 ReadFile 和 WriteFile 函数读写串口的时候系统提供的超时机制typedef struct _COMMTIMEOUTS { DWORD ReadIntervalTimeout; /* Maximum time between read chars. */ DWORD ReadTotalTimeoutMultiplier; /* Multiplier of characters. */ DWORD ReadTotalTimeoutConstant; /* Constant in milliseco... 阅读全文
posted @ 2011-08-12 17:24
ezhong
阅读(12722)
评论(0)
推荐(1)
浙公网安备 33010602011771号