How do you debug USB, do you use a serial connection to the PC ?
I tried the serial connection, and stepping the program with break points.
However, all these change the timing behavior of program, so that the windows driver
resets the usb line.
In the usb code examples and in the book there are no debugging constructs viz. printf or send_over_uart () .
Does that mean that they were not used during development ?
Kind regards!