Sushant Gautam

Results 3 comments of Sushant Gautam

By that you mean, for every connection you need to have a new connection object, i.e, ``` var btSerial = new (require('bluetooth-serial-port')).BluetoothSerialPort(); ``` ? But isn't this something troublesome, to...

I could do that, but I am not sure where to start with the code as I have little experience with native code development. On the top layer, I would...

Actually, the application I am working on has a use case to switch between a serial port and a bluetooth port. So, for me I want to connect and disconnect...