Testing ionic's serial bluetooth plugin (https://ionicframework.com/docs/native/bluetooth-serial/)
Sample Code: https://blog.thirdrocktechkno.com/how-to-integrate-bluetooth-with-ionic-3-edeea39ef3bd
https://ionicframework.com/docs/intro/installation/
https://ionicframework.com/docs/cli/
https://ionicframework.com/docs/native/
https://ionicframework.com/docs/developer-resources/#
https://ionicframework.com/docs/developer-resources/platform-setup/mac-setup.html
https://ionicframework.com/docs/developer-resources/platform-setup/windows-setup.html
- Install Ionic (with Node and NPM)
git clone https://github.com/cnd5041/test-bt.git
cd test-bt
npm install
ionic serve
ionic cordova run ios --livereload
ionic cordova run android --livereload