"Hello World" baud rate

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

"Hello World" baud rate

跳至解决方案
655 次查看
therealfreegeek
Contributor IV

I noticed when I first tried out a few of the KSDK examples that the terminal emulator running on the host PC had to have the correct baud rate set up to match the FRDM board, despite communicating over USB. I was surprised by this and thought that the terminal emulator baud rate would have been irrelevant.

 

Can anyone explain why this is the case?  I am using the Segger J-Link Firmware for OpenSDA on the FRDMK64.

标签 (1)
1 解答
546 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Regarding the baudrate of virtual COM with USB, based on protocol of the USB virtual COM class, the virtual COM has "control interface" and "data interfcae", when you change the baudrate in  the tools such as hyperterminal run in host side, the host will send the new baudrate to device via "control interface" of USB, this is a dynamic process.

Hope it can help you.

BR

Xiangjun Rong

在原帖中查看解决方案

1 回复
547 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Regarding the baudrate of virtual COM with USB, based on protocol of the USB virtual COM class, the virtual COM has "control interface" and "data interfcae", when you change the baudrate in  the tools such as hyperterminal run in host side, the host will send the new baudrate to device via "control interface" of USB, this is a dynamic process.

Hope it can help you.

BR

Xiangjun Rong