Hi there,
i am currently trying to push out 3840 bytes long descriptor and it seems that vusb is not able to handle that altough I have enabled the LONG_TRANSFER flag.
Is it possible to chunk write a descriptor just like with usbFunctionSetup() and USB_NO_MSG?
Greetings,
Maui
Search found 2 matches
- Tue Sep 07, 2010 4:16 am
- Forum: V-USB
- Topic: Really long Descriptor
- Replies: 1
- Views: 2087
- Mon Sep 06, 2010 4:32 pm
- Forum: V-USB
- Topic: Emulate an USB HUB
- Replies: 10
- Views: 8499
Emulate an USB HUB
Hi there... I am currently trying to emulate an USB-Hub and connect/disconnect several other devices (which would have to be emulated aswell). So far I have been able to present the Hub to the host and get it to request port states. The thing I am currently confused about is emulating the connect/di...