09-26-2014 11:54 PM
hey guys, I am doing a project which is to connect arduino to PC using bluetooth module. However, I got some problems in connecting my bluetooth module (HC-05) with labview. I am quite sure I set the baudrate correctly(115200) in firmware and labview. Do I need to change the commandlength in firmware or just keep it 15? An error(-1073807346)always come out from Send receive.vi. It seem that the arduino cannot give response to labview and I have no idea what's going on. Please help~~~~~~~~~~~
09-29-2014 09:43 AM
here is the work I have made~can someone check for me?
09-29-2014 10:45 AM
According to your images, the error that you are receiving is 5003. Take a look at that error's documenation and try to trouble shoot it from there.
01-12-2015 10:35 PM
Maybe LabVIEW is waiting for a response from Arduino, but Arduino does not respond. I am suffering the same problem.