lsongdev / node-bluetooth

:large_blue_diamond:😬Bluetooth serial port communication for Node.js
https://npmjs.org/node-bluetooth
Other
197 stars 56 forks source link

Connecting to a device with a pin pairing #36

Closed DarkDestry closed 5 years ago

DarkDestry commented 5 years ago

Im connecting to a HC-06 device that requires a pin to pair.

Before manually pairing, Error: Cannot Connect is thrown After manually pairing, works like a charm.

Is there any API to assist in pin pairing?

abhinavjuneja commented 5 years ago

@DarkDestry Were you able to find a way to connect without manually pairing?

DarkDestry commented 5 years ago

Sadly no