Bacnet Integration

dibrony

Member
Joined
Oct 23, 2010
Messages
6
Programming Experience
5-10
Hi everyone,

I want to add a BacNet interface in my VB.Net application.
Anyone can help ?

Thanks
Rony
 
Thanks John for the link. Actually I tried it, it is C# and still didn't run, it gives a lot of error when compiling.
Any other suggestion, preferable in VB.Net if possible.
 
You don't need to compile it, just add the nuget package in VS tools menu. This will download and add reference for it. It doesn't matter what language the library was written with, other library references you use in .Net is also mostly written in C#.

To read the examples you need a basic understanding of C# (it has brackets {} and ; semicolons :) ), it shouldn't be a problem since you take on such advanced topic, there also exists C#/VB converters that may help along.
 
Back
Top