搜索资源列表
Armfly-STM32-SCH-SoftDemo
- 非常不错的一款STM32开发板资料。 含原理图、用户手册、各类例程:USB虚拟串口、TFT显示例程、U盘例程、TCP通信、uCOS例程、MP3解码、步进电机例程等。有KEIL和IAR两套例程。 -A very good STM32 development board. Including schematics, user manual, all kinds of routines: USB virtual serial ports, TFT display routines, U d
CDC-2313.2007-10-03
- 使用ATMEL ATtiny2313模拟USB进行通信,在PC端虚拟一个串口通信。-ATMEL ATtiny2313 USB CDC
STM32F103-Virtual_COM_Port-USB
- STM32F103 实现虚拟串口,进行串口通信,实现了USB通信-STM32F103 virtual serial port, serial communication, to achieve the USB communication
project4
- 本例程移实现SD卡虚拟U盘功能。本例程的源代码主要来自于ST的USB固件库中的范例。 程序功能有: (1) 输入字符1,软件移除U盘设备。 (2) 输入字符2,软件重新使能U盘设备。 在工程配置中,需要添加2个固件库中用到的预编译宏:USE_USB_OTG_FS,USE_EMBEDDED_PHY 如果需要跟踪USB通信过程,可以修改2行宏定义 : (a) usbd_usr.c 文件开头 //#define usb_printf pri
A04_Virtual_COM_Port
- STM32的虚拟串口代码,USB虚拟串口和USART1交互通信-STM32 Virtual Serial Code, USB virtual serial port and interactive communication USART1
STM32F103_USB
- STM32 USB虚拟串口打印功能和蓝牙模块通信-STM32 USB virtual serial port print function and a Bluetooth module communication
STM32F0 HAL CDC
- 基于HAL库的STM32F072 USB通信程序。将USB枚举为CDC方式,使用虚拟串口与PC进行通信,可以达到发送和接收500+KB/s的传输速度。并在自建eval文件中实现I2C通信。可根据自己需要将main.C进行修改。(STM32F072 USB communication program based on HAL library.The USB enumeration is the CDC way, and the virtual serial port is used to comm
RFID_RC522+USB_USART
- STM32F103C8T6 RFID RC522通信实验,使用USB虚拟串口发送读取到的卡内数据。(STM32F103C8T6 RFID RC522 communication experiment, using USB virtual serial port to send read card data.)