上位机就只需要虚拟串口的驱动,一个INF文件,文本格式的,你可以问FAE要,一般只要提供USB-CDC例程的...
static void CDC_ReceiveData(CDC_Xfer_TypeDef *cdc_Data) { uint8_t *ptr; if(cdc_Data->pEmptyBuff < cdc_Data->pFillBuff) { ptr = cdc_Data->pFillBuff; *ptr = 0x00; /* redirect the received data on the user out put system */ UserCb.Receive(cdc_Data->pEmptyBuff, cdc_Data->Da...
hid有很多用 interrupt 模式,比buck慢很多。可以在cdc的基础上修改buck,自定义设备用winusb也行 https...
STM32F103USB例程,HAL库,包括CDC、HID、MSC、CDC+HID,CDC+HID+MSC。 上传者:fxliuqq2008时间:2023-03-05 STM32F042F6 USB虚拟串口例程 STM32F042F6 USB虚拟串口例程 上传者:yiwu1114时间:2017-04-19 STM32-USB枚举成Audio-CCID-HID-CDC-MSC-DFU等设备的示例应用手册说明.pdf ...
STM32 HAL库实现USB组合设备CDC+MSC 精选资料分享 STM32 HAL库实现USB组合设备CDC+MSC目录STM32 HAL库实现USB组合设备CDC+MSC jefljel 2021-08-05 07:54:31 如何去实现基于STM32F407的USB CDC设备配置 如何去实现基于STM32F407的USB CDC设备配置?其过程是怎样的? uwjfisgw 2021-10-25 08:38:34 ...
USB描述符由TeenyDT生成。在线试用TeenyDT USB descriptor is generate by TeenyDT.Try TeenyDT online USB设备例程 Demo for device 复合设备,包含HID CDC(虚拟串口) WinUSB MSC(U盘) Composite device with HID+CDC+WinUSB+MSC WinUSB设备,Bulk传输免驱动。 Bulk device with WinUSB support ...
STM32WINUSB This project show the steps to convert STM32 USB CDC to WINUSB Device with HAL library. This will change the source code of CDC USB HAL library. "CDC" name will be retained in order to show the differenece. Also with Microsoft OS String Descriptor, no need to install WIN...
CDC RNDIS 虚拟网口。 Communication device class, remote NDIS Vendor 厂商自定义设备。 vendor class USB描述符由TeenyDT生成。在线试用TeenyDT USB descriptor is generate by TeenyDT.Try TeenyDT online 复合设备,包含HID CDC(虚拟串口) WinUSB MSC(U盘) Composite device with HID+CDC+WinUSB+MSC ...
WinUSB STM32 driver free high-speed communication USB WCID CDC HID source code upper computer No reviews yet Shenzhen Mingruisheng Technology Co., Ltd.3 yrsCN Previous slideNext slide Previous slideNext slideKey attributes Industry-specific attributes Brand Name none Other attributes Place of ...
STM32-USB-HID-通信:上下位机源码,涵盖全部代码,可以实现 上传者:yangtao_whut时间:2019-08-08 STM32-USB枚举成Audio-CCID-HID-CDC-MSC-DFU等设备的示例应用手册说明.pdf 该文档用来基于STM32的USB相关SDK将STM32枚举成Audio-CCID-HID-CDC-MSC-DFU等USB设备,内含详细说明 ...