MQX USB Device stack

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

MQX USB Device stack

3,395 Views
admin
Specialist II

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.

Labels (1)
Tags (1)
0 Kudos
5 Replies

518 Views
Prajwal
Contributor I

Hey i too am working on MCF52259 and trying to implement USB CDC device. Did you get the answer of how to do it using MQX?

0 Kudos

518 Views
DavidS
NXP Employee
NXP Employee

Hi Prajwai,

Did you try the lastest MQX release and run the following demo:

C:\Freescale\Freescale MQX 3.8\usb\device\examples\cdc\virtual_com

Regards,

David

0 Kudos

518 Views
siddu
Contributor I

Hi Prakash,

 

I am also looking for the similar kind of application. did u get a chance to implement this?

 

Regards

-Subhashini

0 Kudos

518 Views
DavidS
NXP Employee
NXP Employee

Have you tried the following example:

C:\Program Files\Freescale\Freescale MQX 3.4\usb\device\examples\cdc\virtual_com

Regards,

David

0 Kudos

518 Views
mjbcswitzerland
Specialist V

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

 

0 Kudos