9 years, 1 month ago.

problem for printing characters in terminal in Simple USBSerial

I tried to run simple example of sending some characters from mbed to pc(examples in mbed web-site for USBSerial), and tried to see the characters in a terminal. When I press some keys of keyboard, the notification LED of mbed blinks, but I cannot see any character that mbed sends to pc in the terminal. What is the problem?

thank you.

Question relating to:

1 Answer

9 years, 1 month ago.

USBSerial is used for the USB connection of the LPC1768 itself, located at D+ and D- on your board. For just the regular USB connector you need: http://developer.mbed.org/handbook/SerialPC

Accepted Answer