How to detect a change in a callback of a controlTransfer using libusb and node.js
I am currently working in node.js sending a control transfer to my usb device and need to be able to detect when the return value of the request has changed. This then needs to be put into an if/else block in order to handle the value the device sends back.