搜索资源列表
AndroidUSBHost_Arduino
- 这是一个很好的安卓下USB应用的例子,这个例子展示了如何让你的android应用程序和Arduino平台通过USB交互。尤其值得一提的是这种交互方式不需要使用android ADK。-This example show you how to communicate between your Android application and the Arduino using nothing but the Android USB host API. Remember, this approach
UsbHostDemo
- 主要是通过USB host 与HID设备进行通讯:枚举设备->找到设备的接口->连接设备->分配相应的端点->在IN端点进行读操作,在OUT端点进行写操作。详细可查看-Mainly through the USB host to communicate with HID devices: enumerate devices-> find the device interface-> Connect device-> Assign appropriate
android_usb_serial-master
- android host usb to serial converter example
USBHostDev
- usb host开发例子;适合Android板子、手机外接usb设备的开发。-usb host dev
TestUSB
- android USB host 通信 USB Host,中文意思是USB主模式,是相对于USB Accessory(USB副模式)来说的。如果Android工作在USB Host模式下,则连接到Android上的USB设备把Android类似的看作是一台PC机,PC机能干的事儿,Android也能干,例如将鼠标、键盘插入则可以使用键盘、鼠标来操作Android系统,如果插入U盘则,通过Android可以读写U盘上的数据。而USB Accessory模式表示将Android设备类似当作一个U
android-usb-host
- android usb host实现串口传输数据-android usb host
android usb host
- android eclips usb通信开发,可运行,非常有用。