FRDM-KL43Z Virtual Serial Port Settings

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

FRDM-KL43Z Virtual Serial Port Settings

跳至解决方案
1,030 次查看
thomasedel
Contributor III

I'm wanting to speed up the virtual serial port, if possible.  The default baud rate between the OpenSDA controller and the KL43Z appears to be 9600 baud (derived from example code).  Is it possible to increase that setting (at the OpenSDA end)?  Is there any documentation available regarding the virtual serial port settings?  The OpenSDA User's Guide (2012-09-18, Rev. 0.93) doesn't appear to discuss the settings.

Thanks for your help.

-Thomas

0 项奖励
1 解答
761 次查看
mjbcswitzerland
Specialist V

Hi Thomas

The OpenSDA VCOM is a CDC class which gets its settings from the PC host (eg. the terminal emulator it is connected to). These need to match with the speed of the KL43's LPUART, which is set by the firmware running on the KL43.

See http://www.utasker.com/kinetis/FRDM-KL43Z.html and the video: https://youtu.be/89sZ4nW-mgw

Regards

Mark

在原帖中查看解决方案

0 项奖励
3 回复数
761 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Thomas Edel,

   Just as Mark Butcheer have said, the virtual seial is determined by your KL43 uart configuration.

    If you want to get other baud rate, just configure it in your KL43 code.

Wish it helps you!

If you still have question, please let me know!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
761 次查看
thomasedel
Contributor III

Thank you, Mark & Kerry.  I didn't understand that the Open SDA controller self-configured to the PC's baud rate setting.

-Thomas

0 项奖励
762 次查看
mjbcswitzerland
Specialist V

Hi Thomas

The OpenSDA VCOM is a CDC class which gets its settings from the PC host (eg. the terminal emulator it is connected to). These need to match with the speed of the KL43's LPUART, which is set by the firmware running on the KL43.

See http://www.utasker.com/kinetis/FRDM-KL43Z.html and the video: https://youtu.be/89sZ4nW-mgw

Regards

Mark

0 项奖励