The Communication Baud Rate of Virtual Com Port Between MSP430 Launch Pad and PC?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The Communication Baud Rate of Virtual Com Port Between MSP430 Launch Pad and PC?
Default baud rate is 38400.
Thanks,
Vishy
Chris,
I have to clarify here. With the MSP430F5529 Launch pad, there are multiple communication ports to the host PC.
a) There's a USB CDC device class based communication which uses a virtual COM port on the USB host. This device appears to users as TDC7200EVM communication port.
b) Also, there's a simpleUsbBackchannel that can send/receive data over the UART. This is also over a virtual COM port USB connection and appears to users as MSP Application UART.
The 38400 baud rate is for communicating on the MSP Application UART. You can read more about the back channel UART in the launchpad user guide
www.ti.com/.../slau533c.pdf
For USB CDC class device, there's no baud rate setting required. You can refer to the programmer's guide that's part of this package below
www.ti.com/.../msp430usbdevpack
for details of maximum throughput when using the USB CDC stack. CDC uses bulk transfers which has the potential to reach the highest data rates by using any spare bandwidth. USB full speed maximum is 12Mbps. But the actual transmission speed achieved would be much lower like 2 to 4Mbps.
Thanks,
Vishy
Hi Vishy,
Thank you for your help and at this stage we can get a baud rate up to 115200 baud.
However according to the User's Guide of MSP430F5529 LaunchPad Development Kit, page 13, the speed can be up to 1Mbaud.
But as we have tried different speed settlement, it turned out that the speed can not be over 115200 baud
and do you have any idea how we can get a higher speed over 115200 baud?
Bests,
Chis
Chris,
Could you please check about this in the MSP430 forum?
Thanks,
Vishy