You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on USB device CDC-ACM class and running stress, when we connect my USB device to Linux host machine stress test was passing but when we connect USB device to Windows host machine stress test was failing after running some time.
stress test includes testing host machine sending 512 bytes of data to the device and device sending back to the host.
from the USB trace I can see SET LINE CODING request is not succeeded.
Do we need to do handle any other requests which sent from Window machine?, could you please give anyinputs on this.
Here I am attaching USB data trace . B3_data_trace.zip
Thanks
Mahesh
The text was updated successfully, but these errors were encountered:
Hi @xiaocq2001,
I am working on USB device CDC-ACM class and running stress, when we connect my USB device to Linux host machine stress test was passing but when we connect USB device to Windows host machine stress test was failing after running some time.
stress test includes testing host machine sending 512 bytes of data to the device and device sending back to the host.
from the USB trace I can see SET LINE CODING request is not succeeded.
Do we need to do handle any other requests which sent from Window machine?, could you please give anyinputs on this.
Here I am attaching USB data trace .
B3_data_trace.zip
Thanks
Mahesh
The text was updated successfully, but these errors were encountered: