Searingfang
Searingfang
Subscribe does appear to work. You have to call Bluetooth.subscribe(delimiter).then(whateverfunction). That promise will always just return true but to get the data you need to make a listener with Bluetooth.on('data',...
@storerjeremy Based on the package.json in the example app it uses the version of the bluetooth serial library on github. This is actually a different version than you would get...
@pewh sending a command uses the `write` command. What you receive is dependent on the device. If you are trying to use `subscribe` then you have to know the device...