Hi there,
I've a doubt related to a scanner device I'm accessing to through the
javax-usb API. To send to device the bytes that order it starts image
scanning works fine. I use syncSubmit in its OUT PIPE and the scanner
works fine!!
The matter is that, when retrieving the image, I use different Us
Hi there,
I've a doubt related to a scanner device I'm accessing to through the
javax-usb API. To send to device the bytes that order it starts image
scanning works fine. I use syncSubmit in its OUT PIPE and the scanner
works fine!!
The matter is that, when retrieving the image, I use different U
That really depends entirely on your device. USB does not specify any
higher-level protocol such as that, the only protocol specified by USB is
a per-packet protocol, which is essentially at the UsbIrp level (actually,
that breaks down to the on-the-wire max-packet-sized packets). So there
i