Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. QT Examples
Forum Updated to NodeBB v4.3 + New Features

QT Examples

Scheduled Pinned Locked Moved Unsolved The Lounge
4 Posts 2 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dr_Firmware
    wrote on last edited by
    #1

    Hi,

    How would I get some more info on the QT examples? Specifically the 3 C++ bluetooth examples.

    Bluetooth chat
    Bluetooth scanner
    Bluetooth file transfer

    The examples compile and run on windows but there is no actual connection to the bluetooth adapter. It looks straight forward but doesn't seem to work.

    Regards,

    Chris

    1 Reply Last reply
    0
    • D Offline
      D Offline
      Dr_Firmware
      wrote on last edited by
      #2

      So this must be why the examples won't work on widows:

      *Currently, the API is supported on the following platforms: Android, iOS, Linux (BlueZ 4.x/5.x) and OS X. *

      I found this here: http://doc.qt.io/qt-5/qtbluetooth-index.html

      So no bluetooth support for windows? So much for cross platform development.

      1 Reply Last reply
      1
      • tekojoT Offline
        tekojoT Offline
        tekojo
        wrote on last edited by
        #3

        Hi,
        Bluetooth on Windows has never been an easy thing (even for the end user)
        Proper bluetooth support for Windows is looking like it will make it to Qt 5.7 (fingers crossed)

        In the meantime you can use the native bluetooh API and methods on Windows. (https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.bluetooth.aspx)

        D 1 Reply Last reply
        2
        • tekojoT tekojo

          Hi,
          Bluetooth on Windows has never been an easy thing (even for the end user)
          Proper bluetooth support for Windows is looking like it will make it to Qt 5.7 (fingers crossed)

          In the meantime you can use the native bluetooh API and methods on Windows. (https://msdn.microsoft.com/en-us/library/windows/apps/windows.devices.bluetooth.aspx)

          D Offline
          D Offline
          Dr_Firmware
          wrote on last edited by
          #4

          @tekojo Thanks for the feedback.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved