loginov-rocks / Web-Bluetooth-Terminal

Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
https://loginov-rocks.github.io/Web-Bluetooth-Terminal/
MIT License
234 stars 79 forks source link

Add capability to send hex data #19

Closed mlostar closed 5 years ago

mlostar commented 5 years ago

Hello, i needed to transfer hex data to an Arduino with HM-10 BLE. Added the support for sending hex data in the form ("AA BB FF ...").

loginov-rocks commented 5 years ago

Hi @mlostar !

The feature you're describing is out of the scope of this app. However, you still can suggest passing raw data to the connected device in the correct repository for the BluetoothTerminal.js which is https://github.com/loginov-rocks/bluetooth-terminal

Thanks!