USB adapter driver

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

USB adapter driver

Jump to solution
1,852 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
Reply
1 Solution
1,507 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
Reply
3 Replies
1,507 Views
c0170
Senior Contributor III

Hi amleng,

 

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

 

Regards,

MartinK

0 Kudos
Reply
1,507 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
Reply
1,508 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
Reply