USB device application in MQX

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

USB device application in MQX

Jump to solution
1,682 Views
epl
Contributor I

Hello,

 

I am using MCF52259 DEMOKIT. I want to communicate with PC( which is a host) but I don't want to use USB device as Virtual COM port.

 

Is this idea workable?

 

Thanks in advanced!

Labels (1)
Tags (1)
0 Kudos
1 Solution
372 Views
JuroV
NXP Employee
NXP Employee

Hi,

you want to develop a device with your own communication, based on USB 2.0, but not conforming to CDC. Then you have to write your own device driver in Windows.

View solution in original post

0 Kudos
3 Replies
372 Views
epl
Contributor I

Hello,

 

Yes, now I use python(pyusb) in host PC to communicate with m52259, and I already have my own device driver in Windows.

But it seems that there is no gerneral usb class function in m52259 or supported usb class for my application.

 

BTW, I have done this work in m52259 with CMXUSB, but now I want to redo this work with MQX3.4.

0 Kudos
372 Views
JuroV
NXP Employee
NXP Employee

Which class you are talking about?

0 Kudos
373 Views
JuroV
NXP Employee
NXP Employee

Hi,

you want to develop a device with your own communication, based on USB 2.0, but not conforming to CDC. Then you have to write your own device driver in Windows.

0 Kudos