Question
USBX Outputs Garbage
Still trying to get USBX to work, I can now get data out to Putty but it's all garbage and after each send it "dings" (very annoying). I used the H5 example to get it working, last hurdle I guess. Putty is set to 115200, 1 stop bit, 8 data bits just like the configuration:
#define MIN_BAUDRATE 9600
UX_SLAVE_CLASS_CDC_ACM_LINE_CODING_PARAMETER CDC_VCP_LineCoding =
{
115200, /* baud rate */
0x00, /* stop bits-1 */
0x00, /* parity - none */
0x08 /* nb. of bits 8 */
};
Anything else I can check? This is what I'm seeing:

Kindest regards
