FRDM-KL43Z Virtual Serial Port Settings

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FRDM-KL43Z Virtual Serial Port Settings

Jump to solution
1,015 Views
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 Kudos
1 Solution
746 Views
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

View solution in original post

0 Kudos
3 Replies
746 Views
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 Kudos
746 Views
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 Kudos
747 Views
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 Kudos