salasidis

Results 3 issues of salasidis

The usual code for servicing a clients only works with one connected client at a time. ```cpp while (1) { ethClient = ethServer.available(); if (ethClient) { modbusTCPServer.accept(ethClient); while (ethClient.connected()) {...

type: enhancement
topic: documentation

Got it to work on a Portenta H7 - only testing Holding Register reading (all required in my application). I have a question about the software. Is it possible to...

type: enhancement
topic: code

The code currently present is as follows ```cpp #elif defined(_MBED) - or ir could reference actual boards PORTENTA_H7 etc delay(ctx->response_timeout.tv_sec * 1000); delayMicroseconds(ctx->response_timeout.tv_usec); #else ``` I would like if possible...

type: enhancement
topic: code