I am using MCF52259 microcontroller. I want to implement USB device in my project and I want to use USB device as Virtual COM port. I have following questions.
1. Is it possible to implement Virtual COM port using MQX USB device stack?
2. Is there any sample code to implement Virtual COM port using MQX USB device stack?
3. If I am able to implement Virtual COM Port in my hardware then where will I get virtual COM drivers for PC?
Thanks.
Hi
I believe that there is CDC device support in the latest MQX version.
It is probably easiest to use usbser.sys, which is available on every Windows PC. This allows a virtualCOM to be used without any extra work on the PC side.
Se also the following for more details: http://www.utasker.com/docs/uTasker/uTaskerV1.3_USB_Demo.PDF
Regards
Mark