USB CDC广泛应用于需要通过USB接口进行通信的设备,如调制解调器、以太网适配器、打印机等。 参考链接 USB CDC Class Specification 腾讯云开发者文档 通过以上方法,可以有效解决USB CDC在接收数据时挂起的问题。如果问题依然存在,建议进一步检查硬件和驱动程序,或者咨询设备制造商的技术支持。
Base ClassSubClassProtocolMeaning 0Ah xxh xxh CDC data device回到顶部 Base Class 0Bh (Smart Card)This base class is defined for devices that conform to the Smart Card Device Class Specification found on the USB-IF website. That specification defines the usable set of SubClass and Protocol ...
CDC 协议,USB 的 CDC 类是 USB 通信设备类(Communication Device Class Specification ) 的简称。可以通过 USB CDC 协议来将 USB 接口虚拟为其他通讯接口如串口,以太 网接口,ISDN 接口等等。根据 CDC 协议所针对通信设备的不同,CDC 协议又被分 成以下不同的模型: USB 传统电话业务(POTS )模型, USB ISDN 模型...
CDC Subclass for Communications Devices CDC Subclass for Wireless Mobile Communications Devices 1.1 CDC v1.2 WMC v1.1 Errata 1 Adopters Read More SpecificationDevice Class Specification12/01/2012 USB_Video_Class_1_5.zip0 bytesVideo Class v1.5 document set ...
如果我们要开发USB设备,还要向USB组织申请自己的VID,之后还要做微软徽标认证,就可以畅行无阻了。 参考资料: UM1734 STM32Cube USB device library USB Specification 2.0 Universal Serial Bus Class Definitions for Communications Devices 1.2 STM32F105xx Datasheet STM32F105xx RM...
一个Class的一个界面,ATM是指这个不是提款机 从第六项开始就比较接近现代,因为CDC也做了很多调整,所以包括现在支持的都是可以支持ADSL,或支持WiFi, Wireless或直接变成USB转Ethernet,现在有这样的界面了这个就是CDC过往的标准 所以确实当初USB在制定的时候,是希望连接到电话的而且它在定义这个Class的时候.. 我再让...
基于USB+CDC的虚拟以太网接口研究与设计 热度: UniversalSerialBus ClassDefinitions for CommunicationDevices Version1.1 January19,1999 USBClassDefinitionsforCommunicationDevices Version1.1iiJanuary19,1999 ScopeofthisRevision Thisversion1.1ofthisclassspecificationisintendedforproductdesign.Everyattempthasbeenmadetoensurea...
The CDC class has many other sub-class specifications. The host needs to know which of these device drivers to load for the attached device. This information is contained in the .INF file. This means that the host will need to run some type of installation/setup process when a new CDC ...
/*USB Class Definitions for Communications Devices Specification release number in binary-coded decimal.*/ #define USB_PCDC_BCD_CDC (0x0110U) /*Descriptor length*/ #define USB_PCDC_QD_LEN (10U) #define USB_PCDC_CD1_LEN (67U)
Communication Device Class,简称CDC USB Compound Device,USB复合设备 USB Composite Device,USB组合设备 摘要 USB复合设备 Compound Device内嵌Hub和多个Function,每个Function都相当于一个独立的USB外设,有自己的PID/VID。 USB组合设备Composite Device内只有一个Function,只有一套PID/VID,通过将不同的interface定义为不同...