Personally, I think Toley00 and Skimask misunderstand the problem of
Jonathan Orrego because the limitation of sending the data via USBOUT
with EndPoint #1 are not from the speed of ADC. The conversion speed
of ADC is faster than the USB speed we can archieve (64 kbit/s).
Moreover, we can only use a packet of 64Byte at maximum in PIC, so
we cannot increase our speed by using a packet size of 4k.

So, our question is how to increase the speed of USB from 64 kbit/s
to basic speed or high speed or full speed ? In PBP compiler, there
is no option/parameter to select/change the speed, so what can we do?

Best regards,