您的位置:首页 > 移动开发 > Android开发

Android USB开发相关资料

2017-06-05 17:15 169 查看
获取usb设备类型
关于vendor-id和product-id的查找:http://blog.csdn.net/u010661782/article/details/50749271

USB供应商注册表/产品ID常数(vendor ID):http://www.linux-usb.org/usb.ids
github开源项目(com.hoho.android.usbserial):https://github.com/mik3y/usb-serial-for-android
FTDI设备 D2XX:http://www.ftdichip.com/Support/SoftwareExamples/Android_JAVA_D2XX_Projects.htm

android设备使用usb串口传输数据:http://blog.csdn.net/weixin_37730482/article/details/70243308
Android开发之USB数据通信:http://blog.csdn.net/true100/article/details/51791929

Android USB转串口通信开发基本流程:http://blog.csdn.net/weixin_38251977/article/details/69944095

Android USB Host与HID通讯:http://www.cnblogs.com/doorsky/p/4388849.html

Android Service创建USB HOST通信:http://blog.csdn.net/caoyicheng1/article/details/21293251

Android OTG(USB Host)编程:http://blog.csdn.net/elsa_rong/article/details/47005129

两台android设备间通过OTG-USB连接,实现通信(android设备间的通信):http://blog.csdn.net/xifei66/article/details/53816532

两个Android手机通过OTG线+Usb线连接,可连接,但不无法收发数据:http://bbs.csdn.net/topics/392015585

Android USB转串口编程:http://blog.csdn.net/ever_gz/article/details/49669729

基于AOA协议实现Android设备的USB通信:http://blog.csdn.net/tianruxishui/article/details/37903841

Android USB下的Accessory模式:http://blog.csdn.net/feiyangxiaomi/article/details/19617179

github Demo android2android-accessory:https://github.com/quandoo/android2android-accessory

Android USB Host(官方文档翻译):http://blog.csdn.net/kjunchen/article/details/52244617

Android USB Accessory(官方文档翻译):http://blog.csdn.net/hzl9966/article/details/51279574

Android usb学习笔记:Android AOA协议设备端 流程总结:http://blog.csdn.net/lidec/article/details/54908174

Android usb学习笔记:Android AOA协议Android端 流程总结:http://blog.csdn.net/lidec/article/details/70395910  Android 端最好将accessory的相关处理放在单独进程的服务中处理,防止应用闪退导致usb资源无法释放,再次连接无法成功的问题。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android USB