Hello everyone,
I am integrating an Anviz-based access control system and need to communicate with C2 KA keypads using the Anviz SDK. However, I have some doubts about how to properly run the SDK and establish communication.
What I Have:
- A C2 KA keypad connected via RS485 to a server.
- A USB-RS485 converter on the server.
- The Anviz SDK, but I am unsure how to properly execute it.
- A tech stack primarily based on Node.js, but I am open to using C# if necessary.
My Questions:
- How can I run the SDK correctly? Do I need to compile it, or can I just reference the DLL in my code?
- How do I establish a connection with the C2 KA keypad using the SDK? Is there a basic example?
- Is there any way to call the SDK from Node.js without fully relying on .NET?
- Is there any detailed documentation on the SDK methods and how to use them to read/write data to the keypad?
I would appreciate any guidance or experiences you can share regarding the use of the Anviz SDK for these devices.
Thank you in advance!