We've got an application which needs to be able to use bluetooth for the following requirements:
- Receive files from bluetooth devices (up to 2 devices at the same time)
- Display all bluetooth devices in range
- Send files to bluetooth devices
- Scan for bluetooth devices and transfer files at the same time
We're running on Windows XP.
I've done some looking around and there seems to be 3 main stacks:
BlueSoleil
On the BlueSoleil website, in their SDK section, it seems to mention only 1 connection is supported, which is obviously no good.
Windows
Only seems to support 1 bluetooth dongle, which will probably mean we can't meet all our requirements.
Widcomm
Expensive and potentially overkill? More complex API? Thoughts?
In terms of SDK for C#, was looking at Franson Bluetools, anyone used this API?
Thanks
See Question&Answers more detail:os