Hi all, I am using the LPC176. I am using an example project for Vcom using USB Device controller in 1769. By default it works at 9600 baud. But I don't understand how to change the baud rate - I want to use it at higher baud rate...
Any suggetion???
The baudrate setting of Virtual Comm lies in your firmware.
For an example, with CDC class and appropriate subclass setting, the baudrate parameter (and number of data bits, stop bit, parity bit) could be configured by LINE CODING related callbacks.