蓝牙终端:ES6类,用于与您自己的蓝牙低功耗(智能)设备进行串行通信

时间:2024-02-26 22:52:32
【文件属性】:

文件名称:蓝牙终端:ES6类,用于与您自己的蓝牙低功耗(智能)设备进行串行通信

文件大小:45KB

文件格式:ZIP

更新时间:2024-02-26 22:52:32

iot terminal serial communication bluetooth

蓝牙终端 BluetoothTerminal是用ES6编写的类,用于使用与Web上的Bluetooth Low Energy(Smart)设备进行串行通信。 通过此类,您可以通过仅由DIY模块提供的一个“通用属性配置文件”特性与您自己的设备进行双向通信。 请查看存储库,以查看实际示例中的实现细节。 快速开始 安装 您可以直接使用该,也可以使用安装该并在您的代码中进行要求。 npm install bluetooth-terminal 利用 // Obtain configured instance. let terminal = new BluetoothTerminal ( ) ;


【文件预览】:
bluetooth-terminal-main
----package.json(1KB)
----.eslintrc.json(1KB)
----.github()
--------workflows()
----test()
--------BluetoothTerminal.spec.js(15KB)
--------.eslintrc.json(37B)
----LICENSE(1KB)
----package-lock.json(104KB)
----src()
--------BluetoothTerminal.js(12KB)
----.idea()
--------bluetooth-terminal.iml(556B)
--------codeStyles()
--------misc.xml(174B)
--------vcs.xml(167B)
--------modules.xml(288B)
--------jsLibraryMappings.xml(200B)
--------encodings.xml(135B)
--------inspectionProfiles()
----.gitignore(975B)
----README.md(7KB)

网友评论