资源列表
USBHID
- 使用hid.lib建立的MFC控制,可识别连接与否,通过修改里面的vid pid即可连接新的hid设备,功能完全干净(只显示1个编辑框),其他功能可自己加上去,使用m_MyHidDevice.WriteHid(str,64);m_MyHidDevice.ReadHid(str,64); 可实现读写功能(Use hid.lib to build the MFC control, can identify the connection or not, connect the new hid devi
xipeline__pseudo
- 本协议名叫动态TDMA时隙分配协议,使用在移动无线自组织网协议的实现()
USART1—USART1指令控制RGB彩灯
- STM32串口实现与上位机软件通信,上位机发数字,单片机收到后执行相应的命令(Communication between STM32 serial port and host computer software)
943456
- 一个用c编的RS编码的程序,采用BERLEKAMP-MASSEY S 算法,输入m,以及信噪比,可得到生成多项式和误码率等()
USB
- USB上位机,简单的USB HID 收发软件。基于VC++6.0编程(USB host computer software,Simple USB HID transceiver software.Programming based on VC++6.0.)
serial-printer-developed
- 芯烨打印机开发包.rar 支持串口 USB接口 以太网接口 并口等(Core Ye printer development kit. Rar serial USB interface, Ethernet interface supports parallel ports, etc.)
usbip_windows_v0.2.0.0_signed
- USBIP hardware emulation (Virtual USB device)
USB reading
- 基于STM32F407单片机USB通讯,实现读写U盘数据程序(USB communication based on STM32F407 MCU to realize data program of reading and writing U disk)
vb hid(go on)
- The VB USB HID host computer that has been verified to be available for communication with the HID device made by the STM32. The HID device transfers to I2C or SPI and DUT communication.
QtCameraDemoWidget
- QT 捕获UVC摄像头,枚举摄像头设备,预览显示图像,拍照等(QT captures UVC cameras, enumerates camera devices, previews display images, photographs, etc.)
USB3.0协议规范(英文完整版)
- USB3.0 协议规范 英文完整版,USB底层结构说明,开发基础(USB3.0 protocol specification Chinese full version)
libusb usb驱动开发
- libusb 设计了一系列的外部API 为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API 调用了内核的底层接口,和kernel driver中所用到的函数所实现的功能差不多,只是libusb更加接近USB 规范。使得libusb的使用也比开发内核驱动相对容易的多。