Enser45 / nmodbus

Automatically exported from code.google.com/p/nmodbus
0 stars 0 forks source link

ModbusTcpMaster ReadInputRegisters #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download from HEAD
2.
3.

What is the expected output? What do you see instead?

Expected:
return base.ReadInputRegisters(Modbus.DefaultTcpSlaveUnitId, startAddress, 
numberOfPoints);

In HEAD:
return base.ReadHoldingRegisters(Modbus.DefaultTcpSlaveUnitId, 
startAddress, numberOfPoints);

What version of the product are you using? On what operating system?
HEAD

Please provide any additional information below.

Original issue reported on code.google.com by paul...@gmail.com on 28 Apr 2007 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by sja...@gmail.com on 2 Dec 2007 at 1:36