Getting started with SDK example lpcxpresso55s28_dev_cdc_vcom_bm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting started with SDK example lpcxpresso55s28_dev_cdc_vcom_bm

Jump to solution
164 Views
bainpd
Contributor II

I would appreciate help with this demo application. It supposedly echoes the input back to the output but does not in my case.

I opened a terminal to the USB device  (sudo minicom --device /dev/ttyACM0) and started the program, which printed "USB device HID generic demo", but when I type, nothing happens: no other text is printed. I added some calls to usb_echo() and they print, but input from the terminal seems to disappear.

1.  The USB cable is plugged into the "Debug Link" port.  Is that correct?

2. Where is the echoing actually performed, i.e. where do the received data end up and where are transmitted data supplied?

 

Many thanks for any help

Labels (1)
0 Kudos
1 Solution
117 Views
bainpd
Contributor II

Problem solved: I connected a second cable to P10 (without disconnecting the debug port).  Now it works fine.

View solution in original post

0 Kudos
2 Replies
118 Views
bainpd
Contributor II

Problem solved: I connected a second cable to P10 (without disconnecting the debug port).  Now it works fine.

0 Kudos
118 Views
bainpd
Contributor II

It appears USB_DeviceCallback() is never getting called. 

0 Kudos