pywinusb
pywinusb copied to clipboard
Reading Data from Device connected through USB using pywinusb
The device which is connected via usb to my laptop is sending 3 packets of data consecutively and I can able to read just the one packet. I have used the raw_data.py to read the data from the device.
Can you suggest some solutions so that I can be able to catch all the packets.