Bluetooth in Qt 5
-
Hello. I want to write a program with qt 5 which could receive and send BT messages. How I can work with BT in Qt 5? Senks.
-
-
[quote author="bagipro" date="1372533941"]http://www.developer.nokia.com/Community/Wiki/QBluetoothZero_-_A_Qt_bluetooth_library[/quote]
I don't understand how to use this library. Once I need to build them? (I tried to build them but got very many errors).
-
Probably yes. Read the description, here's wrote building manual https://projects.developer.nokia.com/qbluetooth/wiki/buildIncludeWindows
-
There are so many errors that omg) I use Qt 5.
-
-
AFAIK, you can create a virtual serial port (COM port) with your bluetooth (if you are working with windows). From that you may use Qt5 serial port library or use a 3rd party library like "qextserialport".
-
BlueTooth, which is part of qtconnectivity, can be found in
http://qt.gitorious.org/qt/qtconnectivity
As a addon module of Qt5, is easy to compile and install.
-
[quote author="1+1=2" date="1372642483"]BlueTooth, which is part of qtconnectivity, can be found in
http://qt.gitorious.org/qt/qtconnectivity
As a addon module of Qt5, is easy to compile and install.
[/quote]I tried to build this library, however I have the problem:
!http://i.piccy.info/i7/fa447270ce1301a4e811147d304e74e8/4-63-150/42819553/Bezymiannyi.jpg(Pic)!
-
[quote author="amccarthy" date="1373796568"]It looks like you are building for Windows, unfortunately the Qt Bluetooth addon does not support Windows yet. It currently only supports Linux and QNX/Blackberry.[/quote]
Yes you right. How I can use Qt + BT on Windows 8. Please give me some piece of advice.