USB device application in MQX

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

USB device application in MQX

跳至解决方案
2,436 次查看
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!

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,126 次查看
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 项奖励
回复
3 回复数
1,126 次查看
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 项奖励
回复
1,126 次查看
JuroV
NXP Employee
NXP Employee

Which class you are talking about?

0 项奖励
回复
1,127 次查看
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 项奖励
回复