LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read data from MCU with bluetooth with using labview function ?

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.

0 Kudos
Message 1 of 6
(3,218 Views)

anybody doesn't work with LabVIEW bluetooth functions ?

0 Kudos
Message 2 of 6
(3,185 Views)

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

Message 3 of 6
(3,155 Views)

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 ?

0 Kudos
Message 4 of 6
(3,145 Views)
If you want to create com ports, you just use the VISA serial functions.
0 Kudos
Message 5 of 6
(3,137 Views)

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):

https://decibel.ni.com/content/docs/DOC-39917

Message 6 of 6
(3,123 Views)