I’ve recently run into issues where the USB serial communication between the host and the microcontroller (a TM4C1292NCPDT) fails after a relatively short period of time. The issue only seems to happen on older PCs (I’ve noticed that all of the PCs that have had failures did not have a USB 3.0 port).
The microcontroller is setup as a USB composite device with 2 serial interfaces, one that is used as a command line, and another that is used as a binary interface.
When the communication fails, the PC reports that it is unable to set the parameters of the serial link.
Are you aware of any similar issues and/or workarounds?