Once I ignore serializer I probably need to remove all EEPROM code from client example. So GXTRACE(GET_STR_FROM_EEPROM("Start reading"), NULL);
becom GXTRACE(("Start reading"), NULL);? Do I need to add some new temporary storage for data to replace EEPROM? Sorry if this is stupid question.
Hi, Update to the latest…
Hi,
Update to the latest version and define ignore serializer like this:
#define DLMS_IGNORE_SERIALIZER
BR,
Mikko
I'll give it a try. Thanks.
I'll give it a try. Thanks.
Once I ignore serializer I…
Once I ignore serializer I probably need to remove all EEPROM code from client example. So GXTRACE(GET_STR_FROM_EEPROM("Start reading"), NULL);
becom GXTRACE(("Start reading"), NULL);? Do I need to add some new temporary storage for data to replace EEPROM? Sorry if this is stupid question.
Hi, Yes, you must remove the…
Hi,
Yes, you must remove the EEPROM code if you don't use it.
You don't need to handle the EEPROM if you don't want to save the values.
BR,
Mikko