搜索资源列表
USB虚拟网卡CDC
- USB虚拟网卡PDF
ATMega8 模拟 USB 实现通用串口
- ATMega8 模拟 USB 实现通用串口(用CDC类)USB 转串口,附源代码.
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
USBCOMTEST.rar
- USB CDC 通信实例 单片机、VC源码 硬件平台:AT91SAM7X256EK VC测试程序可以通过USB与单片机通讯并控制开发板上的LED 包括:单片机程序,开发环境 Keil VC测试程序,开发环境 VC2008 驱动, 基于LibUsb的驱动 ,USB CDC Communicaion example and driver with source code of Keil and VC Hardware: AT91SAM7
at91sam9263-ek-usb-all
- at91sam9263-ek板usb开发全套资料(包括iar、keil、gun工程)同时拥有ac97、ccid、cdc-serial、cdchid、cdcmsd、hidmsd、core、hid-keyboard、hid-mouse、hid-transfer、massstorage工程-at91sam9263-ek board usb develop a full set of data (including iar, keil, gun works) have both ac97, ccid,
ARM7S-USBCD
- 介绍AT91SAM7S256 USB CDC 的基本用法。 采用中断方式,通过USB与主机进行数据传输。-use of AT91SAM7S256 USB CDC
AVR-CDC.2006-07-18
- AVR模拟USB资料全部资料,可以简单的实现USB功能,测试OK-AVR analog USB data all the information
c5131-usb-cdc-1_0_2
- USB CDC class Demonstration firmware for Atmel AT89C5131 Microcontroller. Keil Project
STM32_USB_LIB_INC-DEMOS_3.1.1
- Really good STM32 USB LIB! Demos are Included - CDC, HID, MassStorage and and and
SAM7X256-USB-ADS1.2
- 介绍AT91SAM7X256 USB-CDC类的基本用法和以中断方式与PC机之间通信-AT91SAM7X256 USB-CDC introduced the basic usage and to break with the communication between PC
CDC-IO.2008-08-25
- The AVR-CDC is based on Object Development s AVR-USB
usb_com
- a program to test PIC18F4550 USB CDC interface with a PC, but doesn t work-a program to test PIC18F4550 USB CDC interface with a PC, but doesn t work!!!
qianruusb
- 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
AVR-CDC
- AVR atmega8做的USB转串口模拟源码。-avr atmega8 use to a USB to UART.
usb-device-cdc-serial-project-at91sam7s-ek-keil.zi
- AT91SAM7S64 的USB CDC设备源码,keil编译-AT91SAM7S64 of the USB CDC device source code, keil compiler
USB-basedSTM32ApplicationDevelopmentNotes(Chinese)
- STM32 USB 源代码及笔记下载——STM32 USB固件以及上位机驱动、应用程序源程序和笔记。-USB-based STM32 application development notes
USB-Device-CDC-SerialEmulator
- PIC单片机通过USB模块模拟串口程序源代码-PIC microcontroller through the USB serial module simulation source code
Proyecto-Urbanizacion-USB-CDC
- Tank level measure with PIC 18F4455 and CDC usb Communication
usb-hid-cdc-msc
- Android Studio, click Tools > Android > SDK Manager. Click the SDK Tools tab. Select Google USB Driver and click OK. Figure 1. The SDK Manager with the Google USB Driver selected. Proceed to install the package. When done, the driver files are
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