01-11-2014 01:56 PM
i need conect the bluetooth hc-06 in labview to controller my arduino but doesnt work 😕 this is my code
01-11-2014 02:07 PM
and this
01-11-2014 10:56 PM
please 😕
01-11-2014 11:59 PM
You need to be patient. It is the weekend. And the forum is primarily supported by LabVIEW users who have families and lives outside of their work they need to take care of also.
What error message do you get with that error number? (Try Help >> Explain Error.)
01-12-2014 03:06 AM
Sorry bro ,my problem is i cant conect the bluetooth in labview to controller the program and i dont know how i conect the bluetooth can you help me ? How i can controller my arduino whit bluetooth
01-12-2014 12:45 PM
Obviously you can't connect, otherwise you wouldn't be asking the question. The picture shows the error occurring on the very first subVI. But perhaps the description of the error code will give a little bit of a clue why the connection isn't working?
I don't use bluetooth, so I have no experience. But looking at your pictures, you have Com8 on one picture, com10 on the other. Are you sure you should be using a serial port as the name for the connection? It's possible that your device creates a virtual serial port, but it's also very possible it doesn't.
How does your bluetooth device show up in Windows device manager? How does it show up in Measurment and Automation Explorer?
09-27-2014 03:23 AM
hi...i facing the same problem with bluetooth HC-06...there are no respond when labview is running...how can i solve this problem?
09-30-2014 11:04 PM
Hello sacg94,
Could you please share with us your VI's? Actually I do a little research and I would like to confirm that you are using the right AT commands. The next link contains more information about it:
AT command mode of HC-05 and HC-06 Bluetooth module:
http://www.instructables.com/id/AT-command-mode-of-HC-05-Bluetooth-module/
I would like to test the data communication using any hyper terminal program, you could just test a simple AT command.
Best regards.
10-01-2014 04:36 AM
he is using LIFA programme..can edit the AT command in the LIFA programme???
10-01-2014 09:03 AM
Actually he could modify the Arduino sketch, or he can modify his LIFA VI's. But I think it's better to first test the direct communication with the module.