LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone ever programmed a Bluetooth module through a USB port with LabVIEW?

I am tyring to progam a Bluetooth module that is connected with either a USB or RS232 interface. I would like to use the USB port - it is faster than the RS232. Is this possible with LabVIEW?
0 Kudos
Message 1 of 2
(2,390 Views)
Since USB and RS232 are not only electrically different, but also architecturally different, the method of communication over each bus is different.

At this time, the only way to communicate with a USB device in LabVIEW is to use the device's (or third party) USB driver and associated libraries.
0 Kudos
Message 2 of 2
(2,390 Views)