文件名称: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设备类似当作一个USB的键盘、鼠标、U盘插入到电脑主机上一样使用,这两种模式在Android API level-12以上才支持,即Android3.1及更高的版本支持这两种模式。-android USB host communication
USB Host,中文意思是USB主模式,是相对于USB Accessory(USB副模式)来说的。如果Android工作在USB Host模式下,则连接到Android上的USB设备把Android类似的看作是一台PC机,PC机能干的事儿,Android也能干,例如将鼠标、键盘插入则可以使用键盘、鼠标来操作Android系统,如果插入U盘则,通过Android可以读写U盘上的数据。而USB Accessory模式表示将Android设备类似当作一个USB的键盘、鼠标、U盘插入到电脑主机上一样使用,这两种模式在Android API level-12以上才支持,即Android3.1及更高的版本支持这两种模式。-android USB host communication
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TestUSB/
TestUSB/.classpath
TestUSB/.project
TestUSB/.settings/
TestUSB/.settings/org.eclipse.jdt.core.prefs
TestUSB/AndroidManifest.xml
TestUSB/assets/
TestUSB/bin/
TestUSB/bin/AndroidManifest.xml
TestUSB/bin/TestUSB.apk
TestUSB/bin/classes/
TestUSB/bin/classes/com/
TestUSB/bin/classes/com/example/
TestUSB/bin/classes/com/example/testusb/
TestUSB/bin/classes/com/example/testusb/BuildConfig.class
TestUSB/bin/classes/com/example/testusb/MainActivity.class
TestUSB/bin/classes/com/example/testusb/R$attr.class
TestUSB/bin/classes/com/example/testusb/R$drawable.class
TestUSB/bin/classes/com/example/testusb/R$id.class
TestUSB/bin/classes/com/example/testusb/R$layout.class
TestUSB/bin/classes/com/example/testusb/R$menu.class
TestUSB/bin/classes/com/example/testusb/R$string.class
TestUSB/bin/classes/com/example/testusb/R$style.class
TestUSB/bin/classes/com/example/testusb/R$xml.class
TestUSB/bin/classes/com/example/testusb/R.class
TestUSB/bin/classes/com/example/testusb/TestUSB$1.class
TestUSB/bin/classes/com/example/testusb/TestUSB$2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$3.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread3.class
TestUSB/bin/classes/com/example/testusb/TestUSB.class
TestUSB/bin/classes.dex
TestUSB/bin/dexedLibs/
TestUSB/bin/dexedLibs/android-support-v4-a79fb222bcab3fd91d39372df837cb3e.jar
TestUSB/bin/dexedLibs/annotations-7cc99813b174c327dce6fa88c327dc28.jar
TestUSB/bin/jarlist.cache
TestUSB/bin/res/
TestUSB/bin/res/crunch/
TestUSB/bin/res/crunch/drawable-hdpi/
TestUSB/bin/res/crunch/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-ldpi/
TestUSB/bin/res/crunch/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-mdpi/
TestUSB/bin/res/crunch/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xhdpi/
TestUSB/bin/res/crunch/drawable-xhdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xxhdpi/
TestUSB/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
TestUSB/bin/res/drawable-hdpi/
TestUSB/bin/res/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/drawable-ldpi/
TestUSB/bin/res/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/drawable-mdpi/
TestUSB/bin/res/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/drawable-xhdpi/
TestUSB/bin/res/drawable-xhdpi/ic_launcher.png
TestUSB/bin/resources.ap_
TestUSB/gen/
TestUSB/gen/com/
TestUSB/gen/com/example/
TestUSB/gen/com/example/testusb/
TestUSB/gen/com/example/testusb/BuildConfig.java
TestUSB/gen/com/example/testusb/R.java
TestUSB/ic_launcher-web.png
TestUSB/libs/
TestUSB/libs/android-support-v4.jar
TestUSB/libs/armeabi/
TestUSB/libs/armeabi/liblianyinbao-jni.so
TestUSB/proguard-project.txt
TestUSB/project.properties
TestUSB/res/
TestUSB/res/drawable-hdpi/
TestUSB/res/drawable-hdpi/ic_launcher.png
TestUSB/res/drawable-ldpi/
TestUSB/res/drawable-ldpi/ic_launcher.png
TestUSB/res/drawable-mdpi/
TestUSB/res/drawable-mdpi/ic_launcher.png
TestUSB/res/drawable-xhdpi/
TestUSB/res/drawable-xhdpi/ic_launcher.png
TestUSB/res/drawable-xxhdpi/
TestUSB/res/drawable-xxhdpi/ic_launcher.png
TestUSB/res/layout/
TestUSB/res/layout/activity_2.xml
TestUSB/res/layout/activity_l.xml
TestUSB/res/layout/activity_main.xml
TestUSB/res/menu/
TestUSB/res/menu/activity_l.xml
TestUSB/res/values/
TestUSB/res/values/strings.xml
TestUSB/res/values/styles.xml
TestUSB/res/values-v11/
TestUSB/res/values-v11/styles.xml
TestUSB/res/values-v14/
TestUSB/res/values-v14/styles.xml
TestUSB/res/xml/
TestUSB/res/xml/device_filter.xml
TestUSB/res/xml/device_list.xml
TestUSB/src/
TestUSB/src/com/
TestUSB/src/com/example/
TestUSB/src/com/example/testusb/
TestUSB/src/com/example/testusb/MainActivity.java
TestUSB/src/com/example/testusb/TestUSB.java
TestUSB/.classpath
TestUSB/.project
TestUSB/.settings/
TestUSB/.settings/org.eclipse.jdt.core.prefs
TestUSB/AndroidManifest.xml
TestUSB/assets/
TestUSB/bin/
TestUSB/bin/AndroidManifest.xml
TestUSB/bin/TestUSB.apk
TestUSB/bin/classes/
TestUSB/bin/classes/com/
TestUSB/bin/classes/com/example/
TestUSB/bin/classes/com/example/testusb/
TestUSB/bin/classes/com/example/testusb/BuildConfig.class
TestUSB/bin/classes/com/example/testusb/MainActivity.class
TestUSB/bin/classes/com/example/testusb/R$attr.class
TestUSB/bin/classes/com/example/testusb/R$drawable.class
TestUSB/bin/classes/com/example/testusb/R$id.class
TestUSB/bin/classes/com/example/testusb/R$layout.class
TestUSB/bin/classes/com/example/testusb/R$menu.class
TestUSB/bin/classes/com/example/testusb/R$string.class
TestUSB/bin/classes/com/example/testusb/R$style.class
TestUSB/bin/classes/com/example/testusb/R$xml.class
TestUSB/bin/classes/com/example/testusb/R.class
TestUSB/bin/classes/com/example/testusb/TestUSB$1.class
TestUSB/bin/classes/com/example/testusb/TestUSB$2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$3.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread2.class
TestUSB/bin/classes/com/example/testusb/TestUSB$MyThread3.class
TestUSB/bin/classes/com/example/testusb/TestUSB.class
TestUSB/bin/classes.dex
TestUSB/bin/dexedLibs/
TestUSB/bin/dexedLibs/android-support-v4-a79fb222bcab3fd91d39372df837cb3e.jar
TestUSB/bin/dexedLibs/annotations-7cc99813b174c327dce6fa88c327dc28.jar
TestUSB/bin/jarlist.cache
TestUSB/bin/res/
TestUSB/bin/res/crunch/
TestUSB/bin/res/crunch/drawable-hdpi/
TestUSB/bin/res/crunch/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-ldpi/
TestUSB/bin/res/crunch/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-mdpi/
TestUSB/bin/res/crunch/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xhdpi/
TestUSB/bin/res/crunch/drawable-xhdpi/ic_launcher.png
TestUSB/bin/res/crunch/drawable-xxhdpi/
TestUSB/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
TestUSB/bin/res/drawable-hdpi/
TestUSB/bin/res/drawable-hdpi/ic_launcher.png
TestUSB/bin/res/drawable-ldpi/
TestUSB/bin/res/drawable-ldpi/ic_launcher.png
TestUSB/bin/res/drawable-mdpi/
TestUSB/bin/res/drawable-mdpi/ic_launcher.png
TestUSB/bin/res/drawable-xhdpi/
TestUSB/bin/res/drawable-xhdpi/ic_launcher.png
TestUSB/bin/resources.ap_
TestUSB/gen/
TestUSB/gen/com/
TestUSB/gen/com/example/
TestUSB/gen/com/example/testusb/
TestUSB/gen/com/example/testusb/BuildConfig.java
TestUSB/gen/com/example/testusb/R.java
TestUSB/ic_launcher-web.png
TestUSB/libs/
TestUSB/libs/android-support-v4.jar
TestUSB/libs/armeabi/
TestUSB/libs/armeabi/liblianyinbao-jni.so
TestUSB/proguard-project.txt
TestUSB/project.properties
TestUSB/res/
TestUSB/res/drawable-hdpi/
TestUSB/res/drawable-hdpi/ic_launcher.png
TestUSB/res/drawable-ldpi/
TestUSB/res/drawable-ldpi/ic_launcher.png
TestUSB/res/drawable-mdpi/
TestUSB/res/drawable-mdpi/ic_launcher.png
TestUSB/res/drawable-xhdpi/
TestUSB/res/drawable-xhdpi/ic_launcher.png
TestUSB/res/drawable-xxhdpi/
TestUSB/res/drawable-xxhdpi/ic_launcher.png
TestUSB/res/layout/
TestUSB/res/layout/activity_2.xml
TestUSB/res/layout/activity_l.xml
TestUSB/res/layout/activity_main.xml
TestUSB/res/menu/
TestUSB/res/menu/activity_l.xml
TestUSB/res/values/
TestUSB/res/values/strings.xml
TestUSB/res/values/styles.xml
TestUSB/res/values-v11/
TestUSB/res/values-v11/styles.xml
TestUSB/res/values-v14/
TestUSB/res/values-v14/styles.xml
TestUSB/res/xml/
TestUSB/res/xml/device_filter.xml
TestUSB/res/xml/device_list.xml
TestUSB/src/
TestUSB/src/com/
TestUSB/src/com/example/
TestUSB/src/com/example/testusb/
TestUSB/src/com/example/testusb/MainActivity.java
TestUSB/src/com/example/testusb/TestUSB.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.