搜索资源列表
USB HID报告及报告描述符简介
- 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符,配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。USB报告描述符(Report Descr iptor)是HID设备中的一个描述符,它是比较复杂的一个描述符。
LM3S5749_USB.zip
- LM3S群星芯片,USB电路图,支持USB HOST ,DEVICE,Stars LM3S chip, USB circuitry, support USB HOST, DEVICE
mx27ads_x33
- i.mx27开发板的整套详细原理图,包括:DDR SDRAM, NAND FLASH, NOR FLASH, USB OTG, USB HOST,FEC PHY, UART,JTAG等等接口-i.MX27 development board schematic details of the package, including: DDR SDRAM, NAND FLASH, NOR FLASH, USB OTG, USB HOST, FEC PHY, UART, JTAG interface,
usb-Host-protocal-EHCI
- 介绍host控制器协议,ehci和ohci-The introduced host controller Agreement, ehci and ohci
Robot_AudioV3.0.0
- Carrier Board for Gumstix Verdex Pro. Has 2 - 30A motor drivers for robotic loco motion PIC micro handles motion control. USB host signals. USB console connector AC97 audio CODEC Exapnsion headers for PIC micro.-Carrier Board for Gumstix
KC21OTG-otghostcompatible
- OTG Host/Device Mode Compatibility Supporting List
HID_on_an_Embedded
- With the introduction of Microchip’s microcontrollers with the USB OTG peripheral, microcontroller applications can easily support USB embedded host functionality. Traditionally, the PC is used as a host in an USB network. Now, with Microchip
usbhosthardwaresoft
- usb host hard ware soft ware-usb host hard ware soft ware
wr_usb_host_stack_programmers_guide_2.1.pdf
- vxWorks USB主机协议栈程序员指南-vxWorks USB host stack programmmers guide
host
- 主机系统导论课件 1.课程简介 2.主机发展状况 3.主机操作系统概况 4.zos的交互工具 5.数据储存和存储方式-Introduction to the host system Courseware 1. Introduction 2. Host development 3. Host operating system overview 4.zos interactive tools 5. Data storage and storage
USB-2.0-Host
- its a useful document about USB2 HOST
Computer-design-of-a-simple-host
- 计算机组成原理一个简单主机的设计,计算机组成原理课程设计-Computer Organization host a simple design, curriculum design, computer organization
USB-processor-USB-host-development
- 介绍使用Stellaris的USB处理器进行USB主机开发-Introduced using the Stellaris USB processor USB host development
The-host-computer-communication
- 单片机与上位机通信 包括串口通信 4X4控制1602-Microcontroller communicates with the host computer, including the serial communication 4X4 control 1602
vcPP-and-Host-computer
- VC++编写简单串口上位机程序,体验一下单片机和PC通信的乐趣-VC++ write simple serial host computer program and experience the fun of the SCM and PC communications
Host
- Host socket implementation
linux-host
- Linux下用网站主机作为加密代理服务器-linux host
PL2303-Android-USB-Host-Demo-AP-User-Manual
- PL2303 Android USB Host Demo AP User Manual. - How to connect pl2303 device to android tablets and phones
Host-port-scan-design
- 基于全链接的主机端口扫描设计与实现 基于全连接的TCP协议,设计、实现并测试扫描远程主机端口开放情况的应用软件。-Host port scan design and implementation of the full link based on the TCP protocol fully connected, design, implement and test a remote host port scanning application software based on open
android usb host
- USB Host,中文意思是USB主模式,是相对于USB accessory(USB副模式)来说的,前者是在android设备上插入一USB设备,android设备做为主机运行;后者也是在android设备上通过USB数据线插入另外一个设备,但插入的设备可以是一个完整的独立主机,也就是可以是另外一个android设备。需要注意的是以上两种模式在android API level-12以下是不支持的,也就是说只有android3.1及更高的版本才支持这两种模式.