2021-09-29 20:09:02 +08:00
# Bluetooth Serial
```
$ ionic cordova plugin add cordova-plugin-bluetooth-serial
2021-09-29 21:19:55 +08:00
$ npm install @awesome -cordova-plugins/bluetooth-serial
2021-09-29 20:09:02 +08:00
```
2021-09-29 21:19:55 +08:00
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/bluetooth-serial/)
2021-09-29 20:09:02 +08:00
Plugin Repo: [https://github.com/don/BluetoothSerial ](https://github.com/don/BluetoothSerial )
This plugin enables serial communication over Bluetooth. It was written for communicating between Android or iOS and an Arduino (not Android to Android or iOS to iOS).
## Supported platforms
- Android
- iOS
- Windows Phone 8
2021-09-29 20:38:45 +08:00