kai-morich / SimpleBluetoothTerminal

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

Serial output to Bluetooth? #18

Closed abishur closed 3 years ago

abishur commented 3 years ago

I'm using an app that outputs NMEA sentences to any attached usb->serial device, however I was wondering if there was anyway to use this app to capture that output and transmit over bluetooth.

kai-morich commented 3 years ago

you would have to combine code from SimpleUsbTerminal and SimpleBluetoothTerminal