-
donho, why did you change status to Closed ?.
2008-10-28 10:57:00 UTC in Notepad++
-
in TIdModBusClient.ReadRegisters:
for i := 0 to Blocks do
RegisterData[i] := Data[i];
should be
for i := 0 to Blocks-1 do
RegisterData[i] := Data[i];.
2008-10-21 13:22:14 UTC in Delphi ModBus library
-
A SyncEdit support like the one in Delphi would be great.
It should be auto adapted by separators languages
-> and . for C++
. for delphi, etc.
Look for a demo at : http://dn.codegear.com/article/34323.
2008-10-03 08:52:12 UTC in Notepad++