09-16-2017 11:04 AM
Hello ,
I am getting error while in accessing dll. Please help.
I need to test Bluetooth Headphone using labVIEW
09-18-2017 01:06 PM - edited 09-18-2017 01:14 PM
I suggest you take a step back for a minute...
You original post said you need to send commands and receive data through a Bluetooth serial connection.
I suggest you use a simple HC-05 Bluetooth serial module and a serial to USB cable.
The Bluetooth pairing is handled completely by the HC-05 itself, no programming necessary.
You set up the HC-05 pairing on the HC-05 using a terminal program once.
Place the HC-05 into "command mode"
Pair it to the device, set it to "remember" it was paired
Set up the rest of your communication parameters (baud rate etc)
Exit command mode
Now the HC-05 will automatically pair with that device whenever it is present.
From here on the Bluetooth becomes transparent, you communicate with your device using VISA serial just as if it was connected through any other serial port.
09-18-2017 01:45 PM
I will mention that if you want attention to your questions on the forums it is best not to reopen an old thread that has been marked as solved. Many on here to help others may not look in a thread that has already been "solved".
09-18-2017 02:10 PM
I replied to a topic posted in 2013!
This is EXACTLY why I suggested that threads be automatically locked after a certain amount of time.