Qt 6.11 is out! See what's new in the release
blog
QBluetoothSocket to send bytes
QML and Qt Quick
2
Posts
2
Posters
1.9k
Views
1
Watching
-
I'm using QBluetoothSocket in Qt Quick on a N9 device to communicate with a SPP port/device but this device works with the 'old' 8 bits ascii characters and QBluetoothSocket in Qt Quick only accepts strings (16 bits and length).
Is there any way I can send raw bytes, for example copy/write the bytes directly in the string variable or casting ?
I'm a old school windows CE embedded programmer so i'm still learning QML but it's super for the graphics GUI !!
Thanks