dunda123

Results 5 comments of dunda123

I try this: `peripheral.disconnect(); characteristic.off("notify", value => { console.log("Off Characteristic") })` The data stops reading, but the process remains unfinished if I close Electron application. I try a bluebird but...

Thx. But still same. I create now simple example: ``` import Sblendid from "@sblendid/sblendid"; import Service from "@sblendid/sblendid/dist/src/service"; import {BLEConst} from "../conf/BLEConst"; import Characteristic from "@sblendid/sblendid/dist/src/characteristic"; async function testSblendid(deviceMacAddress: string,...

> @dunda123 which OS do you use? macOS oder Windows? Windows 10. Thx.

Hi. Sorry for the late reply. I try powerOff() on Windows 10: ``` import Sblendid from "@sblendid/Sblendid"; let sblend: Sblendid; const testOnOff = async () => { Sblendid.powerOn().then((value) => {...

Hi. I try scan my device with util: https://github.com/sensboston/BLEConsole/tree/master/BLEConsole and name is returned. But with sblendid only on Mac OS. Device is industrial equipment. Thx for help.