Is there a specific driver for virtual com port for KL25Z for Windows 10 OS?

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

Is there a specific driver for virtual com port for KL25Z for Windows 10 OS?

865 Views
krishnakumarjos
Contributor I


I am trying to connect the FRDM KL25Z board to a Windows 10 host laptop. Host system detects the Virtual com port but is not able to write or read from the Opened COM port. The virtual driver inf provided supports upto Windows 7 only. Is there any driver available for Windows 10?

0 Kudos
4 Replies

466 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi

Please try with Segger J-Link OpenSDA v1.0 firmware, which works with WIN10.

Customer could download related firmware from here.


Wish it helps.

Have a great day,
Ma Hui
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

466 Views
krishnakumarjos
Contributor I

I don't need SDA firmware. I need the virtual com port driver compatible with FRDM KL25Z board. I tried on Win 7 system as well and couldn't send commands using C application WriteFile() API. Any help appreciated.

0 Kudos

466 Views
krishnakumarjos
Contributor I

CDC connection is used for SDA connection I guess. I am trying to connect the other USB port on the board. Typically I am opening the virtual comport through a C code (CreateFile()) and sending a command buffer (using Write()) to the board. All Windows API's are returning success but on the board I am not getting any data. Tera term is able to send the commands successfully and Ic an see appropriate action taken for commands. Question is why C application is not able to send the data or open the port? Is there any setting needed in C application? (I am setting the DCB parameters correctly after CreateFile().)

Does VIrtual driver need any change for Windows 10?

0 Kudos

466 Views
BlackNight
NXP Employee
NXP Employee

This depends on the USB CDC implementation you are using. What kind of USB CDC do you use?

Erich

0 Kudos