In the captureEventLog() and handleLoadProfileActions() functions of the server example 2, the capture action of the profile generic is reading each time all the saving data in the file then append the new data to the file then write all the data again including the new one instead of appending directly the new data to the file at the correct row index.
Is it any specific explanation to that way of capturing? Can we instead seeking to the specific row index and write directly the new data or there any problem?
Can you please explain us what do you mean by deviation in your code? Is the deviation linked to the time zone in any ways? How are we supposed to interpreting the value of the time zone? (in our country case it is -120 what this number means?)
When we set the current time from the director all the features worked well and the value of the deviation and date/time are correct even tough we didn't set the current time zone, if you can explain this fact.
When are we supposed to set the current time zone? and if we did what is supposed to affect?
Need a technical documentation/ Datasheet of ARDUINO/DLMS..
And also need a pinout of MEGA2560
I"ve managed only a control of a LED (pin13)
And interested in what else I can do with it? Wanted to connect REAL TIME CLOCK with I2C???
Is it possible, this type of connection as shown in picture???
i m receiving data on my tcp server.But when i use the below line
server.attach(e.info)
My Gxnet tcp server stops receiving any incoming data in received event.
I need to keep receiving the data and also server.attach(e.info) to download the data.
is there any alternate way to do this=>>server.attach(e.info)
??
We are working on the server example 2 of Gurux.dlms.c. Yesterday, you did a release and you updated the server example 2 by merging the "exampleserver.c" and "connection.c" of GuruxDLMSServerExample2 into "main.c".
After testing the new code, we have some questions that will maybe lead to a misunderstanding or bugs report: