Closed GoogleCodeExporter closed 8 years ago
This is an issue with the implementation of the Modbus protocol on the
Modbus Slave you're reading from (your device).
Scott
Original comment by sja...@gmail.com
on 11 May 2009 at 6:12
Actually I am not using any device as a Modbus Slave, I am trying to simulate
Modbus
communication using your library.
That is from my Modbus Slave, nothing else has been added:
slaveTcpListener.Start();
ModbusSlave slave = ModbusTcpSlave.CreateTcp(slaveID, slaveTcpListener);
slave.DataStore = DataStoreFactory.CreateDefaultDataStore();
slave.Listen();
Jan
Original comment by pluta...@gmail.com
on 11 May 2009 at 8:47
Ah, you're right, my bad. Will fix.
Original comment by sja...@gmail.com
on 11 May 2009 at 6:08
Fixed in the trunk. Thanks for the feedback.
Original comment by sja...@gmail.com
on 11 May 2009 at 6:35
Original issue reported on code.google.com by
pluta...@gmail.com
on 10 May 2009 at 4:13