coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
114 stars 61 forks source link

Lazarus Linux #34

Open KoBraSoft opened 5 years ago

KoBraSoft commented 5 years ago

I had a bit trouble to install delphi-modbus in lazarus. (delphimodbuslazarus.pas(10,5) Fatal: Kann IdModBusClient nicht finden) Finally i fixed it by renaming the source files to lower case letters and a modified delphimodbuslazarus.lpk.

delphimodbuslazarus.lpk.zip

Details: System: OS: Xubuntu 18.10 x86_64 CPU: AMD E-450 APU with Radeon(tm) HD Graphics FPC: 3.0.4 Lazarus: 1.8.4 Indy10: indylaz.lpk 10.6.2.5468

ngx45 commented 5 years ago

Thanks KoBraSoft,

Your delphimodbuslazarus.lpk.zip use lazindy from normal lazarus installation (not from pilotlogic).

With your lpk, I can install this modbus library on Lazarus 1.8.5 win32. Compile lazarus modbus master demo, it works.