实例介绍
修订了原厂错误, 直接可用android 平台 与厂家最新配合,完美解决一切android平台上usb口转uart问题
【实例截图】
【核心代码】
78da7906-999c-4471-926d-38f83962b3fc
├── PL2303HXD_Android_SDK_v1004
│ ├── Chinese_ReadMe.txt
│ ├── DemoAP
│ │ └── PL2303HXDSimpleTest.apk
│ ├── doc
│ │ ├── allclasses-frame.html
│ │ ├── allclasses-noframe.html
│ │ ├── constant-values.html
│ │ ├── deprecated-list.html
│ │ ├── help-doc.html
│ │ ├── index-files
│ │ │ ├── index-10.html
│ │ │ ├── index-11.html
│ │ │ ├── index-12.html
│ │ │ ├── index-13.html
│ │ │ ├── index-1.html
│ │ │ ├── index-2.html
│ │ │ ├── index-3.html
│ │ │ ├── index-4.html
│ │ │ ├── index-5.html
│ │ │ ├── index-6.html
│ │ │ ├── index-7.html
│ │ │ ├── index-8.html
│ │ │ └── index-9.html
│ │ ├── index.html
│ │ ├── overview-tree.html
│ │ ├── package-list
│ │ ├── resources
│ │ │ ├── background.gif
│ │ │ ├── tab.gif
│ │ │ ├── titlebar_end.gif
│ │ │ └── titlebar.gif
│ │ ├── stylesheet.css
│ │ └── tw
│ │ └── com
│ │ └── prolific
│ │ └── driver
│ │ └── pl2303
│ │ ├── BuildConfig.html
│ │ ├── class-use
│ │ │ ├── BuildConfig.html
│ │ │ ├── PL2303Driver.BaudRate.html
│ │ │ ├── PL2303Driver.DataBits.html
│ │ │ ├── PL2303Driver.FlowControl.html
│ │ │ ├── PL2303Driver.html
│ │ │ ├── PL2303Driver.Parity.html
│ │ │ ├── PL2303Driver.StopBits.html
│ │ │ ├── R.attr.html
│ │ │ ├── R.drawable.html
│ │ │ ├── R.html
│ │ │ ├── R.layout.html
│ │ │ └── R.string.html
│ │ ├── package-frame.html
│ │ ├── package-summary.html
│ │ ├── package-tree.html
│ │ ├── package-use.html
│ │ ├── PL2303Driver.BaudRate.html
│ │ ├── PL2303Driver.DataBits.html
│ │ ├── PL2303Driver.FlowControl.html
│ │ ├── PL2303Driver.html
│ │ ├── PL2303Driver.Parity.html
│ │ ├── PL2303Driver.StopBits.html
│ │ ├── R.attr.html
│ │ ├── R.drawable.html
│ │ ├── R.html
│ │ ├── R.layout.html
│ │ └── R.string.html
│ ├── English_ReadMe.txt
│ ├── lib
│ │ └── pl2303lib_v2.0.4.10.jar
│ ├── PL2303 Android USB Host Solution Application Note.pdf
│ ├── PL2303HXD_Android_development_package_SOP.pdf
│ ├── PL2303HXD Android Host Compatibility List 130226.pdf
│ ├── PL2303HXD_Android_SW_V1_01.pdf
│ └── SampleCode
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ ├── com
│ │ │ │ └── prolific
│ │ │ │ └── pl2303hxdsimpletest
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── PL2303HXDSimpleTest$1.class
│ │ │ │ ├── PL2303HXDSimpleTest$2.class
│ │ │ │ ├── PL2303HXDSimpleTest$3.class
│ │ │ │ ├── PL2303HXDSimpleTest$4.class
│ │ │ │ ├── PL2303HXDSimpleTest$5.class
│ │ │ │ ├── PL2303HXDSimpleTest$6.class
│ │ │ │ ├── PL2303HXDSimpleTest$MyOnItemSelectedListener.class
│ │ │ │ ├── PL2303HXDSimpleTest.class
│ │ │ │ ├── R$array.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R$xml.class
│ │ │ │ └── R.class
│ │ │ └── tw
│ │ │ └── com
│ │ │ └── prolific
│ │ │ └── driver
│ │ │ └── pl2303
│ │ │ ├── R$drawable.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ └── R.class
│ │ ├── classes.dex
│ │ ├── dexedLibs
│ │ │ ├── android-support-v4-e51940bd6e405491811686bb06a735b7.jar
│ │ │ ├── annotations-8e51c84d520ea8732e956484129900a3.jar
│ │ │ └── pl2303lib_v2.0.4.10-c1b6e3a9cc846f282f8ee179d3cbb178.jar
│ │ ├── jarlist.cache
│ │ ├── PL2303HXDSimpleTest.apk
│ │ ├── res
│ │ │ ├── drawable-hdpi
│ │ │ │ ├── ic_action_search.png
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ │ ├── ic_action_search.png
│ │ │ │ └── ic_launcher.png
│ │ │ └── drawable-xhdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── resources.ap_
│ │ └── R.txt
│ ├── gen
│ │ ├── com
│ │ │ └── prolific
│ │ │ └── pl2303hxdsimpletest
│ │ │ ├── BuildConfig.java
│ │ │ └── R.java
│ │ └── tw
│ │ └── com
│ │ └── prolific
│ │ └── driver
│ │ └── pl2303
│ │ └── R.java
│ ├── ic_launcher-web.png
│ ├── libs
│ │ └── android-support-v4.jar
│ ├── lint.xml
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── drawable-ldpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ ├── ic_action_search.png
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ └── activity_pl2303_hxdsimple_test.xml
│ │ ├── layout-land
│ │ │ └── activity_pl2303_hxdsimple_test.xml
│ │ ├── values
│ │ │ ├── arrays.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── xml
│ │ └── device_filter.xml
│ ├── src
│ │ └── com
│ │ └── prolific
│ │ └── pl2303hxdsimpletest
│ │ └── PL2303HXDSimpleTest.java
│ └── terminal.png
└── wokspace
└── PL23
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ └── example
│ │ └── pl23
│ │ ├── BuildConfig.class
│ │ ├── MainActivity$1.class
│ │ ├── MainActivity$2.class
│ │ ├── MainActivity$3.class
│ │ ├── MainActivity$4.class
│ │ ├── MainActivity$5.class
│ │ ├── MainActivity$6.class
│ │ ├── MainActivity$MyOnItemSelectedListener.class
│ │ ├── MainActivity.class
│ │ ├── R$array.class
│ │ ├── R$attr.class
│ │ ├── R$dimen.class
│ │ ├── R$drawable.class
│ │ ├── R$id.class
│ │ ├── R$layout.class
│ │ ├── R$string.class
│ │ ├── R$style.class
│ │ └── R.class
│ ├── classes.dex
│ ├── dexedLibs
│ │ ├── android-support-v4-fda22ca4748fcb2e4a6e97e8af36ce35.jar
│ │ ├── annotations-635be37cbd084082c0e5b891d5a9685c.jar
│ │ └── pl2303lib_v2.0.4.10-fe7c835e9492915a01c0438e7d7e1a16.jar
│ ├── jarlist.cache
│ ├── PL23.apk
│ ├── res
│ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ └── drawable-xxhdpi
│ │ └── ic_launcher.png
│ └── resources.ap_
├── gen
│ └── com
│ └── example
│ └── pl23
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher-web.png
├── libs
│ ├── android-support-v4.jar
│ └── pl2303lib_v2.0.4.10.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ └── activity_main.xml
│ ├── values
│ │ ├── arrays.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-sw600dp
│ │ └── dimens.xml
│ ├── values-sw720dp-land
│ │ └── dimens.xml
│ ├── values-v11
│ │ └── styles.xml
│ └── values-v14
│ └── styles.xml
└── src
└── com
└── example
└── pl23
└── MainActivity.java
86 directories, 177 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论