-
Is there any way to sending string data to modbus-tcp server via `WriteMultipleRegisters()` methods?
I made the function that convert string Ascii to int array, but is not graceful.
The function is…
-
I use ModbusServer like this:
```
public SlaveWrapper(int port)
{
server = new EasyModbus.ModbusServer();
server.Port = port;
server.SerialFlag = false;
server.UDPFlag =…
-
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,
Is there any way to speed up the communication from a windows application to a Modbus client?
I have created a windows application on .Net Framework 4.5 using C# language. And used the EasyM…
-
Sorry for my English.
-----------------------------------------
I followed the video of [David Kaleta](https://www.youtube.com/watch?v=qcyJoDu7cok) on Youtube , my code and tool as same as his , an…
-
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
-
https://github.com/rossmann-engineering/EasyModbusTCP.NET/blob/61f3050c4ba38327717e075337c961e5921bf6cf/EasyModbus/ModbusClient.cs#L2592
This will make invalid modbus packages. The server module do…
-
`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,…
-
Hi there,
Apologies in advance, but I don't understand the licensing of EasyModbus.
I'd like to add a couple of minor properties (serialport handshake control lines) to EasyModbus and use it in …
ghost updated
6 years ago