Use normal blocking file functions for Windows serial I/O.

This commit is contained in:
Jonathan Naylor
2017-03-13 19:35:29 +00:00
parent d2660376f3
commit 84f4418bde
2 changed files with 24 additions and 56 deletions

View File

@@ -59,8 +59,6 @@ private:
bool m_assertRTS;
#if defined(_WIN32) || defined(_WIN64)
HANDLE m_handle;
OVERLAPPED m_readOverlapped;
OVERLAPPED m_writeOverlapped;
#else
int m_fd;
#endif