public static ModbusMasterSerial mm;
I'm Getting Error : the type or namespace name 'ModbusMasterSerial' could not be found (are you missing a using directive or an assembly reference?)
I have already added reference of Modbus in reference section. and I'm using that by adding using Modbus
to my code. but still getting the same error.can you tell which is appropriate reference for ModbusMasterSerial?