plcpeople / nodepccc

Library for node.js to communicate with some Allen-Bradley programmable controllers (PLCs)
MIT License
81 stars 24 forks source link

Fixed a bug in the function prepareReadPacket #31

Closed Lucasrsv1 closed 5 years ago

Lucasrsv1 commented 5 years ago

Verify if the whole reading block has more bytes than it is allowed to have, and add bad quality details to the function writeDoneCallback.

plcpeople commented 5 years ago

Thank you for the PR.