node-bluetooth
node-bluetooth copied to clipboard
:large_blue_diamond:😬Bluetooth serial port communication for Node.js
Hi! I couldn't find a way to detect if a connection has crashed or disconnected so I tried to implement my own. In lib/connection.js, I noticed that - if I...
Hello, module can't install on ubuntu. Here the trace : sudo node-gyp configure build gyp info it worked if it ends with ok gyp info using [email protected] gyp info using...
I've installed node-gyp succesfuly but when installing node-bluetooth this is the following output : gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit...
I notice that a lot of your current problems have already been fixed in the upstream module, which I maintain, and where you copied the sources from. This PR makes...
Hi, Are further updates for this software planned or has it essentially been abandoned? If it is the latter, I filed a request for @abandonware to take over maintenance. If...
Tried to downgrade nan as per #38 with no luck. ``` > [email protected] install /Users/extempl/Projects/escpos/node_modules/node-bluetooth > node-gyp configure build CXX(target) Release/obj.target/BluetoothSerialPort/src/osx/DeviceINQ.o ../src/osx/DeviceINQ.mm:75:16: warning: 'Call' is deprecated [-Wdeprecated-declarations] found->Call(2, argv); ^...
Hi, I skimmed thru the repo, but I have not seen a way to check the battery status of a BT device, is that even possible?
Working on an Electron JS app for linux. Followed the installation process given in about page, getting following errors while installing the package unable to proceed further. ``` > [email protected]...
Hi, For beginning thank you for this node module :). I have an electron program that open a bluetooth connection and listening the event "data". How can I know if...