Bluetooth in C++

后端 未结 3 1679
Happy的楠姐
Happy的楠姐 2021-02-15 12:04

I am looking to communicate via RFCOMM to another Bluetooth device. I want to use C++ (VS2008) for the application. I already know of the 32feet library, but was unsure if it

3条回答
  •  猫巷女王i
    2021-02-15 12:27

    You can do Bluetooth programming using BT sockets into the OS Bluetooth stack. This page discusses socket usage: http://msdn.microsoft.com/en-us/library/windows/desktop/aa362928(v=vs.85).aspx

    This page has links to download Bluetooth SDK from Microsoft: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363058(v=vs.85).aspx

提交回复
热议问题