bluetooth terminal example / application ?
-
Addendum
Found this
https://github.com/Agamnentzar/bluetooth-serial-port/tree/master/src
will give a go
I just jumped thru hoops to utilize / reuse QT example "terminal" in my application.
Learn a little doing that.
"terminal" allows for plain text exchange between serial port and my application, works as expected.Now I am looking for similar example of ( serial) communication between my app and Bluetooth device.
I have been working with QT example "btchat" .
It is a challenge due to poor documentation and some obvious problems with the actual code.
Since I am looking for simple two way text exchange between Bluetooth devices the term " chat " is little misleading.
There is another Bluetooth example which may be useful - it is called "file transfer" -
again I am not particularity looking for data / file transfer of any kind.
So in short - does anybody has an example / suggestion of SIMPLE communication between Bluetooth devices - serial style
similar to "terminal;" BUT OUTSIDE of QT canned examples ?Or should I attempt to modify "terminal" to work with Bluetooth ?
Cheers and thanks for looking...