UsbConnection.bulktransfer(...)
is buggy. Use UsbRequest.queue(...)
Api.
Many people has reported that using bulktransfer directly fails around 1% or 2% of the input transfers.
UsbConnection.bulktransfer(...)
is buggy. Use UsbRequest.queue(...)
Api.
Many people has reported that using bulktransfer directly fails around 1% or 2% of the input transfers.