資源簡介
提供是的android stdio源碼, 4路串口同時工作可用,特別適合各種安卓外接設備通信。
如果想把串口移植到自己系統中,你們需要把【UartTest->app->src->main->jniLibs】這個文件夾放到你們項目的位置。
串口的包文件不要改變,用【android_serialport_api】 .
具體看源碼吧~很簡單的直接能用!

代碼片段和文件信息
/**
?*?Automatically?generated?file.?DO?NOT?MODIFY
?*/
package?com.uarttest.www.test;
public?final?class?BuildConfig?{
??public?static?final?boolean?DEBUG?=?Boolean.parseBoolean(“true“);
??public?static?final?String?APPLICATION_ID?=?“com.uarttest.www.test“;
??public?static?final?String?BUILD_TYPE?=?“debug“;
??public?static?final?String?FLAVOR?=?““;
??public?static?final?int?VERSION_CODE?=?1;
??public?static?final?String?VERSION_NAME?=?“1.0“;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????105??2016-12-27?13:59??UartTest\.gitignore
?????文件?????????31??2016-12-27?13:59??UartTest\.gradle\2.8\taskArtifacts\cache.properties
?????文件?????????17??2016-12-27?14:59??UartTest\.gradle\2.8\taskArtifacts\cache.properties.lock
?????文件?????131037??2016-12-27?14:59??UartTest\.gradle\2.8\taskArtifacts\fileHashes.bin
?????文件?????941111??2016-12-27?14:59??UartTest\.gradle\2.8\taskArtifacts\fileSnapshots.bin
?????文件??????19922??2016-12-27?14:32??UartTest\.gradle\2.8\taskArtifacts\outputFileStates.bin
?????文件??????48527??2016-12-27?14:59??UartTest\.gradle\2.8\taskArtifacts\taskArtifacts.bin
?????文件??????????8??2016-12-27?14:38??UartTest\.idea\.name
?????文件????????686??2016-12-27?14:38??UartTest\.idea\compiler.xm
?????文件?????????76??2016-12-27?14:38??UartTest\.idea\copyright\profiles_settings.xm
?????文件????????159??2016-12-27?14:39??UartTest\.idea\encodings.xm
?????文件????????682??2016-12-27?14:38??UartTest\.idea\gradle.xm
?????文件????????656??2016-12-27?14:39??UartTest\.idea\libraries\animated_vector_drawable_23_4_0.xm
?????文件????????772??2016-12-27?14:39??UartTest\.idea\libraries\appcompat_v7_23_4_0.xm
?????文件????????517??2016-12-27?14:39??UartTest\.idea\libraries\support_annotations_23_4_0.xm
?????文件????????914??2016-12-27?14:39??UartTest\.idea\libraries\support_v4_23_4_0.xm
?????文件????????651??2016-12-27?14:39??UartTest\.idea\libraries\support_vector_drawable_23_4_0.xm
?????文件???????2226??2016-12-27?14:39??UartTest\.idea\misc.xm
?????文件????????353??2016-12-27?14:39??UartTest\.idea\modules.xm
?????文件????????564??2016-12-27?14:39??UartTest\.idea\runConfigurations.xm
?????文件????????164??2016-12-27?14:38??UartTest\.idea\vcs.xm
?????文件?????139237??2016-12-27?15:00??UartTest\.idea\workspace.xm
?????文件??????????8??2016-12-27?13:59??UartTest\app\.gitignore
?????文件???????7528??2016-12-27?14:39??UartTest\app\app.iml
?????文件????????449??2016-12-27?13:59??UartTest\app\build\generated\source\buildConfig\androidTest\debug\com\uarttest\www\test\BuildConfig.java
?????文件????????439??2016-12-27?13:59??UartTest\app\build\generated\source\buildConfig\debug\com\uarttest\www\BuildConfig.java
?????文件??????88009??2016-12-27?14:59??UartTest\app\build\generated\source\r\debug\android\support\v7\appcompat\R.java
?????文件?????384642??2016-12-27?14:59??UartTest\app\build\generated\source\r\debug\com\uarttest\www\R.java
?????文件??????15244??2016-12-27?13:59??UartTest\app\build\intermediates\blame\res\debug\multi\values-af.json
?????文件??????15238??2016-12-27?13:59??UartTest\app\build\intermediates\blame\res\debug\multi\values-am.json
............此處省略1602個文件信息
評論
共有 條評論