View Issue Details

IDProjectCategoryView StatusLast Update
0000599PicoMOD6USB devicepublic2011-05-13 10:55
ReporterDKuhneAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.08 
Target VersionV1.09Fixed in VersionV1.10 
Summary0000599: Error 121 when opening virtual com port
DescriptionWhen using DefaultClientDriver as USBSER_Class error 121 is raised when opening virtual com port on host side.
Forum Link
Found Driver Version
Fixed Driver Version

Activities

DKuhne

2011-05-12 15:31

developer   ~0000392

MDD tranfer buffer is 8 byte in size but only 7 bytes are sent from HOST to DEVICE. That hangs the usb device driver.

Added condition to proof for USB_COMM_SET_LINE_CODING and discarding remaining byte.