Hi, thanks for the help. You are saying remove the outer-most while loop? If I do this it may work for this vi, however this outer loop is needed for a more complex vi which I am working on and ultimately need to implement. I am trying to connect multiple bluetooths to a single vi, see the first attachment. I noticed that if all three outer while loops were removed, then all three bluetooths cannot connect at the same time. When I added while loops to all three, the three bluetooth devices connected at the same time. So, it seems I need a work around to just removing the outer while loop, unless there is a way to connect all three devices at the same time without the outer while loops.
Also, I was having trouble using typecast when I first began LabVIEW programming. So you are saying to implement typecast as shown in attachment 2? I will test everything when I return to the lab.