-
Hello, I have the following code:
ModbusClient modbusClient = new ModbusClient();
void readdata(){
int[] adcvalue = modbusClient.ReadInputRegisters(15,1);
}
However, after calling the function …
-
Hi everyone,
I'm working with EasyModbus TCP on my .NET 5 project that running on Armbian.
A strange issue that I found is that when you specify a Unit Identifier above 128 (128 itself or greater) …
-
Hi
Is it possbile to make it run using an ethernet to serial ( MOXA )? will it work with the old version of koolnova 100-cpnd00?
thanks in advance
-
Is there any way to initiate a tcp server on a fixed IP connection?
I have browsed through the code and it seems that you don't use the ipaddress property of tcphandler while initiating the tcp serve…
-
Hi!
I've been using the library in a project. I'm connecting to Modbus RTU flow meters. First I designed the app for one type of them. Now I'm adding a second one.
I wrote a function that tes…
-
Move all Java projects to SGrJava repository
**AFTER** release 2.0.0
The process should be as follows:
- [x] check out code at release 1.1.0 --> put code in SGrJava branch v1.1.x (via PR) --> t…
-
# Choose between release and snapshot dependencies
The SGrJava library has multiple dependencies on other SGr projects:
- `sgr-specification`
- `sgr-driver-api`
- `easymodbus`
In general, t…
-
Add topics about the next big refactoring here.
## Separation of Java Maven packages
I suggest a slightly different separation of Maven packages:
- `sgr-specification` contains the classes ge…
-
Bonjour,
Je suis professeur de Génie Électrique dans un lycée français, et je trouve votre logiciel très intéressant pour montrer certaines problématiques à mes étudiants en BTS Electrotechnique.
J…
-
I have tried to build the _SGrJava_ project from source on Windows, but I ran into problems during the generation of the _emfEI4Modbus_ classes and the Gradle build.
## My Setup
I have followed …