Posted on February 03, 2016 at 20:17
Hello,
My first post here, so please let me know if I leave any important information out.
I am using the MCU as a USB CDC device attached to a BeagleBone Black, with the following settings:
...
Posted on February 03, 2016 at 23:48UPDATE:I've solved the corrupt data issue. It turns out that my termios settings for receiving the data in Linux were not quite right and it was doing some form of input processing which it shouldn't have been.Add...
Posted on February 03, 2016 at 22:58
To help illustrate the problem I am having, I sent an array of increasing 16 bit integers over the USB connection (e.g, 0, 1, 2, 3, 4, ...... 4090, 4091, 4092, 4093, 4094, 4095).
The 14th, 270th, 526th...