kai-morich / SimpleBluetoothTerminal

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

Received text formatting #32

Closed sv-pizzazz closed 1 year ago

sv-pizzazz commented 1 year ago

Is it possible to add some basic received text formatting? It would be useful to control various devices. For example, I am using it to control an HF radio. When I send a macro to change the frequency, the radio responds with:

$PSEAR,15,03674000,0367400,0,0*AC

I would like to format and display this as:

Freq: 3.674 MHz

Thank you.

kai-morich commented 1 year ago

I want to keep this app as a simple example, so basically only bugs are fixed, but features are unlikely to be added. Feel free to add your domain specific formatting in your fork.