I am used FieldTalk Modbus in .Net. When i run the application i am getting error at creating the object for MbusTcpMasterProtocol.
MbusTcpMasterProtocol mbusProtocol = new MbusTcpMasterProtocol();
The error is:
Native DLL libmbusmaster.dll is missing! Please deploy the DLL file into the same directory as mbusmaster.net.dll.
I added libmbusmaster.dll as "ExistingItem" in to the project and mbusmaster.net.dll as refrence to the project.