rt1021 usb2serial driver problem

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

rt1021 usb2serial driver problem

867 Views
low_stack
Contributor II

Hi, i program a custom board with mimxrt1021 M7 processor. My os is windows 10. I want to connect custom board from mini usb port as a serial com port. I searched driver for windows and found USB2SERA10 driver. But it doesnt work, usb device is not recognized. Is there any solution for me? Does anyone  know that USB2SERA10 driver support windows 10?

Labels (1)
0 Kudos
5 Replies

845 Views
low_stack
Contributor II

Hi @jingpan , first thank you for your quick reponse. On my custom board there is a signal processing algorithm running on freertos os with multitasking configuration. And my purpose is to send some debug data to windows machine via virtual com port while my tasks are working. I am using Mcuxpresso ide.

0 Kudos

827 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @low_stack ,

There is dev_cdc_vcom_freertos demo in SDK. You can merge this demo to your code.

 

Regards,

Jing

0 Kudos

825 Views
low_stack
Contributor II

Ok i will add it, so there is no need to load any driver to windows part?

0 Kudos

816 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @low_stack ,

Win10 should needn't.

 

Regards,

Jing

848 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi @low_stack ,

The problem is what is running on your board? Is it a USB VCOM project? If it isn't, then you can download RT1021 SDK. It has a USB VCOM demo. After you download the project, there isn't other USB to serial driver needed.

 

Regards,

Jing

0 Kudos