Re: cdc_acm bug? read buffer bytes shifted

2016-09-16 Thread Julio Guerra
> On Sat, 2016-08-20 at 14:14 +0200, Julio Guerra wrote: >>>> Another example: >>>>> 00 00 00 00 00 00 00 01 >>>> ... >>>>> 01 00 00 00 00 00 00 00 >>>> ... >>>>> 00 01 00 00 00 00 00 00 >>>> ... >&

Re: cdc_acm bug? read buffer bytes shifted

2016-08-21 Thread Julio Guerra
Some more precisions: I just had access to the FTDI version of the device instead of the Microchip one and the bug did not appear under the ftdi_sio driver, by running the previous script approx. 5 minutes. -- Julio Guerra -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: cdc_acm bug? read buffer bytes shifted

2016-08-20 Thread Julio Guerra
I wrote a small workaround for now that detects this problem (because I exactly know what the buffer is supposed to look like) to close() and re-open() the device. The next read buffer is then correct. -- Julio Guerra -- To unsubscribe from this list: send the line "unsubscri

cdc_acm bug? read buffer bytes shifted

2016-08-19 Thread Julio Guerra
payload is correct. A small shell script is enough to make it happen fastly: https://gist.github.com/Julio-Guerra/b6529994f814771c825649bdb8d927c2 It prints the buffer read with my device (a relay) and gives me things like: > 00 01 01 01 00 01 00 01 ... > 01 00 01 01 01 00 01 00 ... > 00