coassoftwaresystems / delphi-modbus

Delphi ModbusTCP components
MIT License
119 stars 64 forks source link

TIdModBusClient.Connect don`t work in manual mode #55

Open NetMaxus opened 2 years ago

NetMaxus commented 2 years ago

Hello, evebody!

I`ve encountered with problem when I was using TIdModBusClient.Connect in manual mode (TIdModBusClient.AutoConnect:=false). I use lazarus 2.2.0 installed on ubuntu 22.10. When I call TIdModBusClient.Connect in my program to connect to device it works normaly, but when connection is lost then calling TIdModBusClient.Connect hangs up. Why does it happen? Does somebody have any description of TIdModBusClient? Does it work on ubuntu?