ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BLE Bluetooth .NET API

here the C# project.

need to add the three .dll from CySmart to "References":

cybleautobase

cyblecommonbase

cybledonglecommunicator

 

I did this C# code according my applications, and I'm sure you will need to modify...

 

 

 

 

0 Kudos
Message 11 of 14
(1,493 Views)

Hi,

 

Thank you so much for the reply and the source code. I have the dll's for Cysmart api

But i have a doubt, how did you call this c# code from LabVIEW? I don't see any dll for your c# code. Or is your software completely implemented in C# rather than in LabVIEW.

 

Thanks

-----------------------------------------------------------------------------------------------------------------------------
Waiting For the inner calling 🙂


0 Kudos
Message 12 of 14
(1,490 Views)

you need to compile the project ("Build Solution")

any way, I just Added my dll, put inside same directory (and include the other 3 dlls listed) were you going to create a VI.

Use .DOT pallet: Constructor, Property Node and Invoke Node

 

 

0 Kudos
Message 13 of 14
(1,483 Views)

Thank you very much. I will try it with the functions in .Net palette.

 

Best Regards

Deepu Jacob

-----------------------------------------------------------------------------------------------------------------------------
Waiting For the inner calling 🙂


0 Kudos
Message 14 of 14
(1,480 Views)