Android串口使用2之使用Google官方库android serialport api
Google官方库android-serialport-api GitHub:android-serialport-api 此库版本太旧了,而且还不是AS工程,也不支持奇偶检验、数据位和停止位设定。 想要这个库支持奇偶检验、数据位和停止位设定也很简单 修改SerialPort.h和SerialPort.c两个文件 /////////////////////////SerialPort.h///////////////////////// /* * Class: android_serialport_api_SerialPort * Method: open * Signat
用户评论
推荐下载
-
Android之使用Android query框架开发实战二
主要介绍了Android之使用Android-query框架开发实战(二)的相关资料,需要的朋友可以参考下
19 2020-09-14 -
Android之使用Android query框架开发实战一
主要介绍了Android之使用Android-query框架开发实战(一)的相关资料,需要的朋友可以参考下
15 2020-09-14 -
SerialPort_Android串口通信demo加源代码.zip
SerialPort_Android串口通信demo+源代码,此demo用于硬件android串口通信代码
11 2021-04-29 -
android官方samples之MediaRecord
Android official samples of MediaRecord
25 2019-06-23 -
使用SerialPort对象实现串口拨号器通信
该程序代码是我在开发中,使用C#代码实现对安装在 COM 串行端口上的SIM卡拨号器的拨号调度程序。
11 2020-09-19 -
MFC C++ 串口测试代码使用SerialPort类
基于C++编程实现,SerialPort源码改编,对于串口通信实现GRMMC,GPGGA等多种GPS通讯协议设计代码,demo运行正常,程序亲测高效。在vs2010下创建
27 2019-06-04 -
C# 使用SerialPort控件制作的串口助手
C#使用SerialPort控件制作的串口助手,请忽略我的名字,源代码全部开放,实现功能有收发数据,自动收发,十六进制收发和收发文件等。大家可以下载可以修改,完全开源。好东西值得这么多分。
23 2019-06-03 -
使用SerialPort类编写的串口调试助手.rar
使用SerialPort类编写的串口调试助手.rar
24 2019-06-04 -
Android串口读取库
Android串口读取库,SerialPort.newBuilder(port, btl) .build()打开串口,serialPort.inputStream读取流数据
5 2020-12-17 -
android串口读写库
android串口读写库,支持的非常全面,支持各种类型的串口设备读写,otg数据读写,miniusb数据读写;
22 2019-09-05
暂无评论