搜索资源列表
cc1101PSTM32PUSB
- STM32上移植的CC1101模块程序,数据可能过USB口上传给上位机-STM32 CC1101 module on transplant procedures, the data may be uploaded through a USB port to PC
STM32_Template
- stm32处理器,实现将AD采集信号通过USB批量断点实时上传至上位机-stm32 processer,send the AD sample value to PC through USB bulk endpoint
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.
STM32F_USBHID
- 与STM32F HID USB 通信的上位机测试软件。-The HID project is a demo program for STM32
STM32_USB_HID
- 基于STM32的USB程序开发,USB设备与上位机通信程序。-STM32 USB HID programming, reference data,source code(including pc driver and application).
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
usat
- 实验器材: 战舰STM32F103开发板V3版本 实验目的: 学习串口的使用(接收与发送) 硬件资源: 1,DS0(连接在PB5) 2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面) 实验现象: 本实验,STM32通过串口1和上位机对话,STM32在收到上位机发过来的字符串(以回车换 行结束)后, 原原本本的返回给上位机。下载后,DS0闪烁,提示程序在运行,同时每 隔一定时间
STM32F4USB_______1
- STM32虚拟串口程序,主要实现将数据通过USB口传输到上位机,上位机将其识别为串口-STM32 virtual serial port program。The main achievement of the data transmitted through the USB port to the PC, the PC will recognize it as a serial port
STM32-USB-BULK
- STM32F10X USB批量传输功能,并有上位机测试程序,上位机使用libusb + vc6.0-STM32F10X USB bulk transmission,and pc test program(use libusb and vc 6.0)
MPU6050usb
- 使用stm32单片机,MPU6050 6轴姿态传感器,内部使用DMP算法,使用usb虚拟串口(VCP)直接输出欧拉角,加速度,角速度数据,上位机支持使用匿名科创上位机。-Use stm32 microcontroller, MPU6050 6-axis attitude sensor, internal use DMP algorithm using usb virtual serial port (VCP) output directly Euler angles, acceleration,
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
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
MYCustom_HID
- USB HID开发演示代码,包含stm32 c代码和上位机c#代码(usb hid stm32 demo,c# demo)
STM32 USB HID实现USB双向通信
- STM32 USB HID 双向通讯,包含上位机和下位机,测试通过(Simulating HID through USB)