LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Conevrting Labview driver into a cvi one

Hello,

 

I want to use the BLED112  bluetooth kit from SiliconLabs.

 

Ihave the labview driver, but I need the cvi driver.

 

If you could please convert it, Iwould be grateful.:

 

Thankyou

regards

0 Kudos
Message 1 of 2
(1,017 Views)

The LabVIEW driver uses internally simply the VISA serial port functions to communicate with the dongle over its virtual serial port. Rather than trying to convert the LabVIEW driver into a DLL to be called from CVI, you better communicate directly with the BLE dongle either over NI-VISA or the CVI Comm API functions.

 

Checkout the official Bluegiga BLED122 page on the Silicon Labs site about documentation, tools and software development headers to communicate with this hardware. There are some documents to download and you can purchase an SDK with C software headers and examples too.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(974 Views)