From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: =?UTF-8?Q?Karl_M=c3=bcller?= Newsgroups: comp.lang.ada Subject: Re: Reusable free code: Simple components - MODBUS.Synchronos.connect not returning Date: Tue, 28 Aug 2018 20:03:32 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net ujXT5QuVDXETa6gNue+GaA2RoazQHirysCitK64+YYJAxwUGC3 Cancel-Lock: sha1:OqRm7JF0lFjYbIeW96NZ2FDh5rQ= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 In-Reply-To: Content-Language: en-US Xref: reader02.eternal-september.org comp.lang.ada:54283 Date: 2018-08-28T20:03:32+02:00 List-Id: On 28.08.2018 18:03, Dmitry A. Kazakov wrote: > > A synchronous client blocks on Connect until the server accepts > connection or else the timeout expires. Or do you mean something else? > Hello Dmitry, thanks for the quick answer and for the enormous amount of work in your software giving away for free. It looks like I have a miss understanding between client and server particularly on the MODBUS protocol. I will continue testing and using the MODBUS-Client with the new understanding. Best regards Karl