Reopening serial port fails if not closed properly with CloseHandle

后端 未结 6 987
情话喂你
情话喂你 2021-01-03 12:06

I am working with USB device on Windows that is seen as a virtual serial port. I can communicate with the device using CreateFile and ReadFile functions, but in some cases m

6条回答
  •  暖寄归人
    2021-01-03 12:39

    Try unplugging the device and plugging it back in. Sometimes Windows needs to be reminded that nobody's connected to that port anymore.

提交回复
热议问题