• 大小: 127KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-17
  • 语言: Java
  • 标签: Arduino  

资源简介

Arduino-android-bluetooth-serial.zip,android的一个库,用于简化通过蓝牙的基本串行通信,例如在与arduinos通信时。android-bluetooth-serial,Arduino是一家开源软硬件公司和制造商社区。Arduino始于21世纪初,深受电子制造商的欢迎,Arduino通过开源系统提供了很多灵活性。

资源截图

代码片段和文件信息

package com.harrysoft.androidbluetoothserial;

@SuppressWarnings(“WeakerAccess“)
public class BluetoothConnectException extends Exception {
    public BluetoothConnectException(Throwable cause) {
        super(cause);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\
     文件         821  2019-06-07 18:22  android-bluetooth-serial-master\.gitignore
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\.idea\
     文件         311  2019-06-07 18:22  android-bluetooth-serial-master\.idea\assetWizardSettings.xml
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\.idea\codestyles\
     文件        1775  2019-06-07 18:22  android-bluetooth-serial-master\.idea\codestyles\Project.xml
     文件        1722  2019-06-07 18:22  android-bluetooth-serial-master\.idea\misc.xml
     文件         602  2019-06-07 18:22  android-bluetooth-serial-master\.idea\modules.xml
     文件         564  2019-06-07 18:22  android-bluetooth-serial-master\.idea\runConfigurations.xml
     文件         180  2019-06-07 18:22  android-bluetooth-serial-master\.idea\vcs.xml
     文件        1530  2019-06-07 18:22  android-bluetooth-serial-master\.travis.yml
     文件       11344  2019-06-07 18:22  android-bluetooth-serial-master\LICENSE
     文件        3849  2019-06-07 18:22  android-bluetooth-serial-master\README.md
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\
     文件           7  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\.gitignore
     文件        1021  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\build.gradle
     文件         751  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\proguard-rules.pro
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\
     文件         276  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\AndroidManifest.xml
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\androidbluetoothserial\
     文件         226  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\androidbluetoothserial\BluetoothConnectException.java
     文件        4928  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\androidbluetoothserial\BluetoothManager.java
     文件        4059  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\androidbluetoothserial\BluetoothSerialDevice.java
     文件        4211  2019-06-07 18:22  android-bluetooth-serial-master\androidBluetoothSerial\src\main\java\com\harrysoft\androidbluetoothserial\SimpleBluetoothDeviceInterface.java
     文件         546  2019-06-07 18:22  android-bluetooth-serial-master\build.gradle
     目录           0  2019-06-07 18:22  android-bluetooth-serial-master\demoApplication\
     文件           7  2019-06-07 18:22  android-bluetooth-serial-master\demoApplication\.gitignore
............此处省略34个文件信息

评论

共有 条评论