Do I need to write my own host side USB driver for a CDC device

前端 未结 5 1397
抹茶落季
抹茶落季 2020-12-30 09:40

This may not be considered to be directly programming related but I am at a loss to know where else to ask. I have tried looking at a variety of websites but so far Google

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 10:13

    If your device reports a device ID that the host OS already supports, then they won't need a driver.

    You may need to impersonate an existing USB uart. Data sheets are readily available. (But I figure you already knew that.)

    I'm not sure that the host OS will honour your multi-configuration idea.

    But give it a punt so we all know!

提交回复
热议问题