|
3 |
edited tags
|
||
|
2 | added missing definitions | ||
|
I'm testing DelphiModbus library on Delphi 2009 and don't get quite the results I want. I think the problem lies with the following line on IdModbusClient.pas:
It looks like ReceiveBuffer is set to some garbage. Buffer is defined as TIdBytes (from Indy components) ReceiveBuffer is defined as TCommsBuffer:
And iSize is of course the size of the Buffer in bytes. I wonder if this has anything to do with unicode conversion? |
||||
|
1 |
|
||
Problem with with Delphi 2009 and copying memoryI'm testing DelphiModbus library on Delphi 2009 and don't get quite the results I want. I think the problem lies with the following line on IdModbusClient.pas:
It looks like ReceiveBuffer is set to some garbage. Buffer is defined as TIdBytes (from Indy components) ReceiveBuffer is defined as TCommsBuffer:
And iSize is of course the size of the Buffer in bytes. I wonder if this has anything to do with unicode conversion?
|
||||
