06-08-2021 10:58 AM
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
06-09-2021 05:10 AM - edited 06-09-2021 05:44 AM
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.