Azat Sharafetdin
Azat Sharafetdin
Is it possible to run rtu over tcp server (via raw socket or even RFC 2217) with a same `data_store`? some how like that: ```python import serial from umodbus.client.serial import...
in fact i need to start tcp `ThreadingServer` with rtu ADU on a different port. is it possible
is it possible to get response ADU from `send_message`? https://github.com/AdvancedClimateSystems/uModbus/blob/f1128a73e43f565bacedd1ae99d077d7c9c831f3/umodbus/client/serial/rtu.py#L205
the same question!
>>go version go version go1.19.8 linux/arm >>GOARCH=arm GOARM=7 GOOS=linux go build go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/spf13/cobra v1.8.0 go: downloading github.com/gorilla/websocket v1.5.1 go: downloading github.com/brianvoe/gofakeit/v6 v6.28.0 go: downloading github.com/cheggaaa/pb/v3...
sudo /usr/local/go/bin/go version go version go1.23.3 linux/arm sudo GOARCH=arm GOARM=7 GOOS=linux /usr/local/go/bin/go run main.go /usr/local/go/src/internal/abi/abi.go:9:2: package unsafe is not in std (/usr/local/go/src/unsafe) /usr/local/go/src/context/context.go:59:2: package sync is not in std (/usr/local/go/src/sync)...