搜索资源列表
STM32-AD
- 使用STM32单片进行AD转换,通过将单片机的USB模拟为232串行口与上位机进行数据通信的实例。-The STM32 monolithic AD converter, by MCU USB analog to 232 serial port with the host computer data communication instance.
STM32_Driver
- 这个是STM32 USB 上位机驱动的、的程序源码,想学STM32 USB的同学必看资料呀!-STM32 USB host computer driven, program source code, the students want to learn the STM32 USB must see the data you!
STM32_USB_HID
- 1,将STM32的USB枚举为HID设备。 2,STM32使用3个端点,端点0用于枚举用,端点1和2用于数据的发送和接收。 3,端点长度为64,也就是单次最多可以传输64个字节数据。 4,STM32获取上位机下发的数据并将该数据通过USB原样返回,同时将数据打印输出。 5,上位机程序通过调用windows的API实现对HID设备的读写控制。 -1, the STM32 USB enumeration HID devices. 2, STM32 three endpoints,
USB
- STM32 USB HID开发实例,实现USB双向通信实现PC上位机与下位机见双向通信。-STM32 USB HID development examples, USB bi-directional communication PC host computer and the next crew to see two-way communication.
usb-pc
- pc上位机与stm32进行枚举匹配。。及实现24l01接收端初始化-PC host computer and the STM32 enumerate matching. . And 24l01 the receiving end of initialization
UsbHID-FOR-STM32
- STM32 USB HID 上位机STM32 USB HIDSTM32 USB HID-STM32 USB HID
code
- STM32的USB上位机,动态库,STM32端原代码以及驱动程序-STM32USB,drive code
myUSB_HID
- STM32_USB收发例程,内含USB上位机和下位机 STM32 PC 利用USB 收发DEMO,内含STM32 MDK源码和一个PC端调试接口的软件,可直接在野火M3板子上运行 PC机软件 -点击USB 搜索USB设备 -连接USB-STM32_USB receive routine, containing USB PC and lower machine STM32- PC use USB transceiver DEMO, containing STM32 MDK source deb
STM32-USB-Virtual_COM_Port
- STM32 通过USB连接实现上位机虚拟串口的例程,应该是比较官方的例程,里面有USB外设的使用手册和code供参考。-use STM32 USB peripheral simulate com port on PC.
USB-HID
- 基于STM32,MDK开发环境,实现USB HID设备,包括VS2010上位机源码-Based STM32, MDK development environment to achieve USB HID devices, including VS2010 PC source
USB
- STM32中USB协议例程,具体需要用到PortHelper上位机接受数据-STM32 s USB Protocol,when you need receive the data stm32,you need download a software named PortHelper
STM32-USB-BULK
- STM32F10X USB批量传输功能,并有上位机测试程序,上位机使用libusb + vc6.0-STM32F10X USB bulk transmission,and pc test program(use libusb and vc 6.0)
stm32-usb-bootloader
- STM32 USB 固件升级,有上位机,支持第二次开发- STM32 USB firmware upgrade, the PC has to support the development of the second
USB-CDC-tongbu
- STM32 USB批量传输 CDC类,同时附USB资料及上位机开发源码-STM32 USB bulk transfer CDC class, while attached USB host computer and data source development
USB HID
- stm32F103rc USB HID与上位机通信代码(Communication code between stm32F103rc USB HID and host computer)
小车源码及上位机
- 基于STM32主控的遥控小车,含C#窗体上位机通过USB转串口与下位机通信(Remote control car based on STM32 master control, the host computer with C# form is communicated with the lower computer through USB to the serial port)
MyHID
- 实现stm32和上位机利用USB HID类进行通讯(Realizing STM32 and PC using USB HID class for communication)
STM32_HID
- 1,将STM32的USB枚举为HID设备。 2,STM32使用3个端点,端点0用于枚举用,端点1和2用于数据的发送和接收。 3,端点长度为64,也就是单次最多可以传输64个字节数据。 4,STM32获取上位机下发的数据并将该数据通过USB原样返回,同时将数据打印输出。 5,上位机程序通过调用windows的API实现对HID设备的读写控制。(1, the STM32's USB is enumerated as a HID device. 2, STM32 uses 3 endpo
STM32 USB HID实现USB双向通信
- STM32 USB HID 双向通讯,包含上位机和下位机,测试通过(Simulating HID through USB)
基于stm32的HID设备开发(源码)
- 上位机实现的usb hid数据传输。已经经过测试ok。