@alexgyver/ble
v1.0.0
Published
Web BLE Serial
Readme
BLE.js
Обёртка на Web Bluetooth API
- Автоматическое переподключение
- Буферизация отправки
- Буферизация приёма, разделение текста по разделителю
npm i @alexgyver/ble
Дока
constructor(params = {});
config(params = {});
// eol: /\r?\n/
// serviceUUID: '0000ffe0-0000-1000-8000-00805f9b34fb'
// charxUUID: '0000ffe1-0000-1000-8000-00805f9b34fb'
// auto_open: false
// max_tx: 20
// reconnect: 1000
onbin(b);
ontext(t);
onopen():
onclose():
onchange(s):
onselect(name);
onerror(e);
static supported();
opened();
selected();
getName();
select();
open();
close();
sendBin(data);
sendText(text);