kai-morich / SimpleBluetoothTerminal

Android terminal app for Bluetooth classic devices using SPP profile
MIT License
447 stars 166 forks source link

How send hex #14

Closed mariliahoshino closed 3 years ago

mariliahoshino commented 3 years ago

I'd like send hex data instead ASCII In your app in play store is possible, but in simple Bluetooth terminal no

I'll use a can analyser for maintenance of machine

Tks

20201011_000952

Screenshot_20201011-000930_Serial Bluetooth Terminal

harryberlin commented 3 years ago

what's the issue. the app of released source is an simple example. i think, if you need some more functionallity, you can add by yourself.

mariliahoshino commented 3 years ago

How send in HEX?, I don't have idea yet

harryberlin commented 3 years ago

hex is just an option to make values visible. 0xFF ist the same like 255 or 0b11111111 if you want send an hex string as value, you have to convert (string to integer) before.

kai-morich commented 3 years ago

see 95b45f70f08496bbbd7a96f4afd4fffc799c4b7e