accessory-samples icon indicating copy to clipboard operation
accessory-samples copied to clipboard

When USB transmits data larger than 16K, is there a corresponding solution?

Open Swordce opened this issue 7 years ago • 2 comments

I'm using the USB API host Android model. I find that the transmission data can only be transmitted by 16K at maximum. I don't find the right solution. Do you have any solutions or suggestions?

Swordce avatar Aug 14 '17 06:08 Swordce

16K of what? Bytes ? If USB is 12Mbit/sec, you can expect 1M bytes transfer rate in bulk mode. call my Skype nissim.test

nissimzur avatar Aug 14 '17 10:08 nissimzur

Hello am trying to adapt your code to a project of mine and am having issues. In my project am sending bytes of strings from a java application on a PC to my android phone. The android app(your code) on my phone does not seem to work. its doesnt ask for permission on launch. as a result the openAccessory method is not being called. please what can i do to make it work.

zabilal avatar Dec 30 '19 10:12 zabilal