Reputation: 533
My aim is to create an excel VBA utility which interfaces with the BLE dongle connected to a USB Comport.
I am using BLED112 dongle which uses the BGAPI.
I have been able to successfully implement the sample C example at BLED112 Example on my setup.
I need to interface the BLED112 Example with my Excel VBA such that data from BLED112 Example can be sent to Excel VBA, and vice-versa. For example, list of nearby Bluetooth devices can be seen in column in Excel etc.
I tried to create a dll from the BLED112 Example and add it to my Excel VBA code. However, i was unable to call any functions in the dll from my Excel VBA code.
My questions are:
Thanks a lot in advance!
Upvotes: 0
Views: 803