cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
Bluetooth
Bluetooth
Oct 16, 2019 at 12:35am UTC
Too Explosive
(85)
Hello, I was wondering if there was any somewhat simple way to make a Bluetooth connection through C++ on a Windows 10 computer. I just need to be able to send, not receive.
Any help would be really appreciated, thank you!
Oct 16, 2019 at 2:47am UTC
George PlusPlus
(5757)
Did a 'net search, parameters "c++ program bluetooth" Lots of links to look at:
https://duckduckgo.com/?q=c%2B%2B+program+bluetooth&t=ffsb&ia=web
If it can be programmed in C, C++ is "plug and play."
The first link I see looks promising:
An Introduction to Bluetooth Programming -
https://people.csail.mit.edu/albert/bluez-intro/
Oct 22, 2019 at 9:13pm UTC
Computergeek01
(5613)
Would you like to elaborate? Bluetooth on Windows is basically sockets with the added step of pairing.
Topic archived. No new replies allowed.