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?
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.
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