10 years, 7 months ago.

USB serial without mbed processor

Now that I have a target with only an LPC11U24 and no mbed host processor, can I still use the USBTX and USBRX with the virtual COM port to debug my code? If not, is there another way to do a similar thing? I've tried to use the port but with no success. Windows reports that it is not able to find the COM port and that the USB device is not recognized.

2 Answers

10 years, 7 months ago.

Hi,

Have a look here: http://mbed.org/handbook/USBDevice

It will probably be the way to go ;-)

Lerche

10 years, 7 months ago.

I think you want: http://mbed.org/handbook/USBSerial

Its the virtual serial port module that works via the device's own USB port not the mbed host's