This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Default serial port settings for VirtualCOM over USB (lpc1768)

This post is a follow up to:

https://community.arm.com/developer/tools-software/tools/f/keil-forum/47193/implementing-a-non-hanging-usb-listener

I've managed to connect to a PC through a VirtualCOM port (serial over USB); I have not implemented (overwritten) any functions defined in 

rl_usb.h.

The code seems to be writing to the com port; LCD displays "Wrote 2 bytes of data to USB!".

The lpc device as seen from the PC:

I'm not able to connect to it and read the bytes it's sending programmatically or using putty. I have a C# snippet that works for other MCUs:

that gives:

With putty:

What is the default baudrate of the VirtualCOM port?

0