Respected sir,
I have successfully implemented the usb_dev_serial example and also integrated the USB related part in my coding. I am using only USB and not UART. I have modified code according to that. The drivers are given such that it opens COM port in windows PC.
So what i want to know is that how baud rate of VIRTUAL COM Port(USB Driver) can be set in firmware.
If i do not use getlinecoding() function what baud rate is used??
I tested my code with Terminal.exe software from PC. The even if i select any baud rate the same code was working for different baud rates. So why is this happening??
If there is fixed baud rate for usb_dev_serial without UART part example then what it is??
In general i want to understand the baud rate selection process for usb_dev_serial example without UART part and related drivers which open virtual com port.
Regards,
Digvijay