USB adapter driver

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

USB adapter driver

Jump to solution
805 Views
amleng
Contributor IV

Hello all,

 

I use K60 tower kit and MQX 8.0 for my project. We have an idea to connect different comms such as Ethernet, WiFi, Bluetooth, .... to our product through host USB using adapters. Unfortunately, I couldn't find any "adapter driver" developed for MQX. Anybody has any information about this issue? Any suggestions? any idea?

 

Thank you

Labels (1)
Tags (1)
0 Kudos
1 Solution
460 Views
c0170
Senior Contributor III

Hi amleng,

 

We have CDC NVIC example which supports old RNDIS version. We have also virtual COM (RS232) port example included in the MQX.

 

You can find the examples in usb/device/examples/cdc and usb/host/examples/cdc .

 

Regards,

MartinK

 

View solution in original post

0 Kudos
3 Replies
460 Views
c0170
Senior Contributor III

Hi amleng,

 

can you specify what do you mean by "adapter driver"?

 

Regards,

MartinK

0 Kudos
460 Views
amleng
Contributor IV

For example if I want to use USB -Ethernet adapter. Is there any device driver+class driver available in MQX?

0 Kudos
461 Views
c0170
Senior Contributor III

Hi amleng,

 

We have CDC NVIC example which supports old RNDIS version. We have also virtual COM (RS232) port example included in the MQX.

 

You can find the examples in usb/device/examples/cdc and usb/host/examples/cdc .

 

Regards,

MartinK

 

0 Kudos