I am studying the usb_cdc_serial_host example project to connect to a USB CDC device.
In the example project, it seems that USB_CDC_PROTOCOL_V25TER device must be connected.
When I connect the device I'm trying to connect to, it reads as USB_CDC_PROTOCOL_NONE rather than USB_CDC_PROTOCOL_V25TER
Sending data to the USBHCDCSendDataToDevice () function does not break the loop of the USBHCDPipeWrite () function.
I think it is due to a different protocol. How can I use this device in this example?
In the example project, it seems that USB_CDC_PROTOCOL_V25TER device must be connected.
When I connect the device I'm trying to connect to, it reads as USB_CDC_PROTOCOL_NONE rather than USB_CDC_PROTOCOL_V25TER
Sending data to the USBHCDCSendDataToDevice () function does not break the loop of the USBHCDPipeWrite () function.
I think it is due to a different protocol. How can I use this device in this example?