08-10-2013 03:03 AM
Does anyone know if Labview 2013 bluetooth VIs will support bluetooth LTE?
08-12-2013 01:32 PM
HI Barddya,
LabVIEW uses RFCOMM, a protocol in the Winsock interface: http://zone.ni.com/reference/en-XX/help/371361K-01/lvconcepts/using_lv_with_wireless/#Overview_of_Bl...
In short if windows has a driver for the bluetooth version you want, LabVIEW can use it. Are you interested in Bluetooth 4.0?
08-12-2013 02:58 PM
Thank you for the info, and yes I am very interested in Bluetooth LE
04-01-2014 02:07 PM
Hi, I'm also interested in connect labview with a Bluetooth 4.0 device.
I can create a functional connection between my laptop and the 4.0 device (TI sensortag).
However, if I try to make the connection through labview I'm not able to discover the 4.0 device, only the old bluetooth devices.
How is it possible? If my computer can do the connection, why labview cannot find the device?
01-07-2016 04:04 AM
I too looking for similar solution. please help
01-08-2016 01:58 PM
Currently, LabVIEW Bluetooth VIs do not support Bluetooth 4.0. Please feel free to reinforce the suggestions already made on our LabVIEW Idea exchange:
http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Bluetooth-Low-Energy-BLE-support/idi-p/3080038
As an alternative, you can find Bluetooth 4.0 DLLs through microsoft and you can subsequently wrap those DLLs in LabVIEW code:
BluetoothFindFirstDevice function
https://msdn.microsoft.com/en-us/library/windows/desktop/aa362784
How Do I Call a Dynamic Link Library (DLL) from LabVIEW?
http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33
Tutorial: Creating Wrapper VIs for C/C++ DLL functions using the Import Shared Library Wizard
https://decibel.ni.com/content/docs/DOC-9078