pauldemarco / flutter_blue

Bluetooth plugin for Flutter
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.23k forks source link

I need to send data in Hexadecimal format #1052

Open tm-topnet opened 2 years ago

tm-topnet commented 2 years ago

Hi Paul and all contributors. Very gratefull for this awesome blue package for flutter. For my problem i need to write data to a specific charachteristic in hexadecimal format on to a GATT server (UART service). Using the write function on characteristic i see that the only available input it the list of int. Is there a way to write to the charachteristic in hex format. For example how to write this hex data (497100000000100A5D) to characteristic?

abdelrahman-abied commented 2 years ago

try flutter_blue_plus package it's link https://pub.dev/packages/flutter_blue_plus