We were testing the latest release of the gurux server example 2 when an error occurred linked to the GET_STR_FROM_EEPROM() function used in the converter.c file (check picture).
We followed this function and we found that it is defined in helpers.h but we think that something is missing. We want to add that we won't define ARDUINO_ARCH_AVR because we are not working with arduino.
How are we supposed to solve this issue?
This is a major problem because we are not able to run the project anymore and it is important to solve the problem through the new release.
We first tried to build and run the gurux server example 2. Unfortunately, it gave a lot of errors concerning the gxSerializerSettings that it could not be located (check the picture). Can you check it?
However, we were able to build and run the gurux simple server example 2. So we will start to test and check the new updates in this example.
Can you tell us briefly what are the main difference between the server example 2 and the simple server example 2 and what are the main updates?
Copy the latest files from the development folder under DLMS.
Simple example includes only a few objects so it's easier to get started. For GuruxDLMSServerExample2 we are adding all example objects.
The main update was adding serialization. It's easier to serialize all object data. We are making a few improvements that we received after release from our clients.
Hi,
Hi,
This is fixed. Get the latest version and let me know if you have any problems.
BR,
Mikko
Hi,
Hi,
Thank you for your hard work.
We will check it and will come back to you if we find any problems or issues.
Best Regards,
Lara Wakim
Hi Mikko,
Hi Mikko,
We first tried to build and run the gurux server example 2. Unfortunately, it gave a lot of errors concerning the gxSerializerSettings that it could not be located (check the picture). Can you check it?
However, we were able to build and run the gurux simple server example 2. So we will start to test and check the new updates in this example.
Can you tell us briefly what are the main difference between the server example 2 and the simple server example 2 and what are the main updates?
Best Regards,
Lara Wakim
Hi,
Hi,
Copy the latest files from the development folder under DLMS.
Simple example includes only a few objects so it's easier to get started. For GuruxDLMSServerExample2 we are adding all example objects.
The main update was adding serialization. It's easier to serialize all object data. We are making a few improvements that we received after release from our clients.
BR,
Mikko