搜索资源列表
050809 2313模拟usb下载线
- 使用AT90S2313制作下载线,模拟usb时序,不是真正的usb接口。-use downloaded AT90S2313 production line simulation usb timing, is not the real usb interface.
050809 m8模拟usb下载线
- avr下载线,使用mega8制作,模拟usb时序,不是真正的usb接口。-avr download cable, the use of mega8 production, simulation usb timing, is not the real usb interface.
IDE-USB
- 实现单片机模拟usb通信协议,实现数据交换,可用于数据采集系统等
ATMega8 模拟 USB 实现通用串口
- ATMega8 模拟 USB 实现通用串口(用CDC类)USB 转串口,附源代码.
使用AVR单片机模拟USB hid设备,免驱动
- 使用AVR单片机模拟USB hid设备,免驱动。进行数据双向传输。使用的单片机是mega48 12M晶振,通过修改makefile文件可以简单的移植到其它AVR单片机上。提供MinGW版和VC版的上位机软件。,The use of AVR Single Chip Analog USB hid device, driver-free. Two-way transmission of data. The use of single-chip microcomputer are mega48 12M
IgorPlugUSB.zip 制作简易USB接口
- 单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。doc, Monolithic integrated circuit AT90S series manufacture simple USB connection (software simulation, non- usb hardware). Doc
IgorPlugUSBprogrammer.zip 制作简易USB接口
- 单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。 programmer, Monolithic integrated circuit AT90S series manufacture simple USB connection (software simulation, non- usb hardware). Programmer
HID_KEYS
- usb开发 HID_KEYS 用单片机模拟usb开发-usb analog usb development HID_KEYS with MCU Development
M8-RF-USB-MouseKeyboard
- 用ATMEGA8模拟USB鼠标和键盘,通过2.4G的无限传输芯片24L01接收发射端的数据,实现10米以上距离传输的无线键盘鼠标,HID方式,无需驱动。发射端也是M8与24L01配合,M8扩展出键盘。(目前只扩展8个键,可继续扩展),接收端用GUN-GCC编译,发射端用ICCAVR编译-ATMEGA8 simulation using USB mouse and keyboard, through the 2.4G chip 24L01 unlimited transmission of dat
USBISP_AVR
- AVR ISP下载器 运用一片M48模拟USB来实现SPI功能对AVR所有系统MCU编程。-AVR ISP Downloader to use a USB to achieve the M48 simulation SPI function on all systems MCU programming AVR.
usb90s2313-USB-ARV
- 单片机AT90S系列 制作简易USB接口(软件模拟,无usb硬件)。asm源代码- Monolithic integrated circuit AT90S series manufacture simple USB connection (software simulation, non- usb hardware). Asm source code
mega8_USB_to_232
- 小日本用mega8 做的软件模拟USB 转232-Little Japan mega8 do with software simulation USB transfer 232
USB-ISP_download
- 用ATMEGA8进行USB串口协议的软件模拟和ISP制作的下载器-USB serial port protocol used ATMEGA8 to the software simulation and ISP produced Downloader
cdcio
- AVR模拟USB通讯电路图,USB---->IO-AVR Analog USB communication circuit, USB----> IO
USB-Device-CDC-SerialEmulator
- PIC单片机通过USB模块模拟串口程序源代码-PIC microcontroller through the USB serial module simulation source code
USB
- 模拟USB的源代码,非常好用!希望对你有帮助。-The single-chip analog USB source code, very easy to use!
USB-thermometer
- bascom mega8 模拟USB-HID 发送18B20温度给计算机-bascom mega8 analog USB-HID send 18B20 temperature to the computer
CH372-usb-mouse
- 这是一个用CH372和51单片机来模拟USB鼠标的案例。-This is a CH372 and 51 cases to simulate a USB mouse.
STM8S-USB-master
- 这是一个stm8S003模拟USB键盘HID的程序,首先,通过中断来接收USB数据,接收完后,调用 void usb_rx_ok(void) 来应答或不应答,并识别数据包,把相应的状态写usb这个结构体里面。 然后,在主循环中不断的调用 void usb_process(void) 来根据 usb 里面的状态来做相应的动作。 设备描述符的发送是这样的:调用 void usb_send_data(uint8_t * buffer, uint8_t lenght), 将描述符打包,放到 us
stm32模拟USB键盘
- STM32扫描矩阵键盘,模拟USB键盘功能(STM32 Scan Matrix Keyboard, Simulate USB Keyboard Function)