You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, calling the flush() method of the serialport object causes the serial device to disconnect immediately (serialport issue #1409 - ReadIOCompletion error closes port after flush on Windows). This prevents all communication with the RFXCOM device. This
I have published rfxcom version 2.0.1 - this rolls back to serialport version 6.2.2, while including a partially-functional workaround for this issue. Unplugging the RFXCOM device and reconnecting it no longer works correctly on Windows.
A pull request that fixes this issue has recently been merged into serialport master. When this package is next published to npm I will update node-rfxcom to reinstate correct operation on Windows.
On Windows, calling the
flush()
method of theserialport
object causes the serial device to disconnect immediately (serialport issue #1409 - ReadIOCompletion error closes port after flush on Windows). This prevents all communication with the RFXCOM device. ThisThis issue is the underlying cause of #70 - Error - "Writing to COM port" in package
node-red-contrib-rfxcom
.The text was updated successfully, but these errors were encountered: