Hi,
I have implemented the USBD CDC ACM driver into my firmware. What stands out is the latency as soon as the event
APP_USBD_CDC_ACM_USER_EVT_PORT_OPEN
triggers, my terminal emulator takes some time to actually establish the connection (i.e. until the communication channel can actually be used)
This must be related to the firmware since this happens on a macOS Terminal emulator as much as on a Windows emulator.
What's happening in the background here?
BR