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!
Solved! Go to Solution.
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.
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.
Which class you are talking about?
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.