I use ConfigTools to add USB0 VCOM function into my LPC55S69. Then combine "dsbl" project.
I can connect the VCOM port by PuTTY or other simple tools, but cannot connect by using blhost.exe like command "blhost.exe -p COMxx,115200 get-property 1".
I found that in the callback function
"usb_status_t USB_DeviceInterface0CicVcomCallback(class_handle_t handle, uint32_t event, void *param)"
the parameter "acmReqParam->setupValue" is always 0, which makes connection fail.
How to make blhost.exe work by connecting USB VCOM port?