12-17-2014 04:07 AM
Hi.
I send data from MCU to labview. I do this work with usb to serial pl2303TA and it work well.
recently I decide to use bluetooth for communicate between MCU and LV. MCU use a bluetooth module like HC-05 or BC-04.
with using VISA read functions we just use a VISA configured serial and read functions.
in bluetooth we must use which functions for receive data ? and where we can use them ?
I use bluetooth discover function and it show my phone or module ID. what are other steps for reading data ?
Thanks.
12-17-2014 02:01 PM
anybody doesn't work with LabVIEW bluetooth functions ?
12-18-2014 11:30 AM
There is a great starter example for implementing Bluetooth communication in LabVIEW. If you are using LabVIEW 2014, go to Help >> Find Examples… >> Networking >> Bluetooth >> Simple Bluetooth.lvproj. The Simple Bluetooth.lvproj will open a LabVIEW project that has a simple implementation of Bluetooth communication.
Jacob
12-18-2014 02:25 PM
bluetooth functions in labview work with virtual com ports which some bluetooth modules create them or functions connet and work with bluetooth hardware on system ?
12-18-2014 03:09 PM
12-19-2014 12:01 AM - edited 12-19-2014 12:05 AM
As Dennis_Knuttson pointed out, if you associate a COM port to your bluetooth adapter on your LV PC, you can just use very simple VISA functions.
Maybe this example can help you how to do this (this one is an Android<-PC serial comm via bluetooth):