-
Hi, im trying to make TCP server to work with a client in Java, i have tested that client with the EasyModbusTCP simulator,
my device is a ESP32S (NodeMCU-32S) the server starts correctly, i am debu…
-
Good morning dear Bert.
I am writing to you first of all to congratulate you for all the excellent work you do!
I am writing to you because I have an exigency!
I am designing an electronic board to…
-
Hi,
I'm using EasyModbus TCP to connect to a slave device from a windows application (WinForms).
I'm sending and receiving float values using the methods inside the timer for Modbus communication si…
-
Hi There
Thanks for the library and I am new to Modbus protocol so this question might be naive. I used the library with Modbus Slave Software and it worked flawlessly but when I connect my laptop t…
-
The project support ModBus RTU?
If not there is any way you guys have already tryed that situation with php?
My needs: A TCP connection using Modbus RTU
-
`result = modbusClient.ReadDiscreteInputs(38 - 1, 1);`
When I run this function within 0 to 50 seconds (or so) after connecting, I get an accurate result back. In my case, if the result[0] is true,…
-
https://github.com/rossmann-engineering/EasyModbusTCP.NET/blob/61f3050c4ba38327717e075337c961e5921bf6cf/EasyModbus/ModbusClient.cs#L2592
This will make invalid modbus packages. The server module do…
-
Running ReadColis method on ModbusClient returns correct value, but when the ModbusSever disconnects, ReadCoils starts returning true.
EasyModbus library version: 5.0 (problem exists also on 4.4)
…
kv1dr updated
6 years ago
-
Hi, I admire your post. I have some problem, i try find in other forum but i can't find answer.
My problem is: when i simulate with Mod_RsSim, it's ok, but when i connect and write multi holding regi…