02-14-2007 03:28 PM
02-15-2007 12:20 PM
Hello,
If you have access to the header file for the Widcomm driver DLL, then I would suggest that you use the Shared Library Import Wizard (LabVIEW 8.2) to create VIs pertaining to the different function calls. I would guess that the Bluetooth API in LabVIEW makes calls to the dll for the Microsoft Bluetooth driver and for that reason the Widcomm driver is not supported. I would like for you to file a Product Suggestion to let R&D know about your requirements.
Regards,
Chetan K
Application Engineering
National Instruments
02-15-2007 12:45 PM
Hi Chetan,
I was trying to avoid all of the extra work of wrapping all of the necessary DLL functions (and there are a lot) but it looks like it is either that or use MSVC. I may be able to get away with using CVI since I will be making the DLL calls.
I will also file a Product Suggestion so that R&D can know that MS is not always the best (solution. 🙂
Thanks.
02-15-2007 01:13 PM
02-15-2007 01:59 PM
02-15-2007 02:03 PM