Anything (C or C# wrapper) available for BLE clients on windows host?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Anything (C or C# wrapper) available for BLE clients on windows host?
I implemented a wrapper in c# for the some of important vendor specific cmds. This
library also supports dealing with the serial port.
I can share the code if anyone interested...
Muthu Kumar,
Would you still be willing to share that code? I'm working on communicating with the dongle outside of BTool. Thanks.
Cameron
Sure, what I puttogether is similar to TI's Java stuff but in C#. This (Java version) didn't exist at that
time. If you are still interested in it, let me know. The basic stuff (connection creation, attrib reading/writing, notifications etc)
works and does not support all the vendor specific commands yet. You can add and share it back.
Willis, thanks for the heads up about the Java program. And Muthu, at the moment, my only use of BTool has been for those features that you said you've already written code for. Essentially, I'm trying to use LabView to communicate with the dongle (outside of BTool of course) so I can set up an automated system of reading and interpreting accelerometer data. I'm somewhat new to this kind of thing and I'm not really sure where to begin seeing as I don't know the vendor specific commands. I don't have to use LabView, but I figured it would make data analysis a little easier, especially since I already have access to a licensed copy. I thought the code you wrote (no matter what language) would help me understand how to use those commands and interact with the COM port. If you're still willing to share it, I would find it very helpful and I would try to contribute in any way that I could for other purposes. Thanks.
Cameron
You can find the code under Files on my page (click on my name). It has been awhile since I updated it so please post
back if you fix any bugs or make any changes.
Hi Kumar,
Thanks for sharing the blelib. Could you share some samples or test code for using blelib?
-George