Are there any obstacles of using windows Bluetooth API from the driver? - windows

Google/MSDN say nothing about that but I'm still suspicious: it is possible to build a driver, it is possible to build a [C++] Bluetooth application, but what if I use BT API from driver? Anyone with related experience?

Figure out by myself: BLE API which is available in Win 10 is part of the new UWP API. We found no way to use UWP from driver - so this is not possible.

Related

Can GPS time be obtained from the DJI Windows SDK

I've looked through the DJI Windows SDK API, but there doesn't appear to be a way to retrieve the GPS time. Is this a missing capability?
I agree; there doesn't seem to be an API call for this.
Which seems weird.

1D barcode scanning to web app using handheld scanner

I am looking for some advice on scanning barcodes into our web app via post/get etc.
We would be looking to use some kind of handheld scanner with a mobile computer built in (windows or linux etc.) and wifi.
I have done some reading and found a few articles on using an iPhone but cant find anything explicitly using a standalone scanner, so would like to get some advice before we buy one and give it a go.
Has anyone done this before?
While not strictly a programming question, yes, we did that. We use a Honeywell Dolphin 75e device with Android, it has a superb scanning engine, to just do this: Scan data and transmit it via HTTPS.

Adobe AIR on Mac - Access Bluetooth data

I am exploring some ideas and trying to make three different applications talking each other via bluetooth.
Two of them would run on Android phones, while the third would run on a MacMini. I can use Bluetooth on the Android phones almost without problems by using native extensions, but I am a bit confused about how to access it on the Mac Mini.
Any research about native extension leads me to mobile related links.
Any idea on how I could send and receive data to/from bluetooth on osX?
Is native extensions the way to go? And in case that was the way, do you know if there is any Native Extension available that I can use? Writing one on my own can be a bit overwhelming...
Yes, you'll need a native extension to access Bluetooth on the Mac.
The process should be more or less the same as on mobile, except of course the Mac extension will need to be built to target OS X instead of Android. A quick Google search turned up this article which might help get you headed in the right direction:
How to Create an Adobe AIR Native Extension for Mac OSX
Library FPBluetooth.ane supported platforms iOS+OSX.

How to develop SIP (VOIP) application

I developed sip application in Android. and now I am developing it in Windows Phone 8. I am new in Windows phone and don't know anything that Which library should be use here? Do Microsoft provide free library for SIP?
Please any suggest me Which way will be best for developing or any source code or library or demo application?
I think you can start from this example.
There is a full sample app there.
Take a look at boghe, it's the SIP video client for Windows Phone 8 and Surface Pro. You'll learn a lot from there.
It also cover VoIP apps for Windows Phone 8, which teaches you to integrate VoIP into WP8 experience

Bluetooth Connection?

I am facing some issues connecting with 32feet.net library in my C# window mobile application?
Can you please guide me how to connect with blue tooth with this library?
What do you want to accomplish and what issues do you have?
I have a short blog post describing how to enumerate Bluetooth devices using .NETCF and 32feet.NET
http://christian-helle.blogspot.com/2010/07/enumerating-bluetooth-devices-from.html

Resources