Hi,
I'm trying to compile the arduino server (with arduino ide 1.8.13) with the last version (https://github.com/Gurux/GuruxDLMS.c), first I solve the problem with the inet.h, but then de IDE shows me the follow compilations errors:
C:\Users\Ajit\AppData\Local\Temp\arduino_build_722696\sketch\src\client.c:70:9: error: implicit declaration of function 'bb_init' [-Werror=implicit-function-declaration]
bb_init(reply);
^
I am getting the below error while Compiling the Client.ino, I had uncommented the #define DLMS_IGNORE_SERVER and #define DLMS_IGNORE_IP6_SETUP , Thanks for the support in advance
Hi,
I am trying to port Atmel's GuruxDLMSClientExample into MPLAB X IDE Using XC32 compiler. I am sending
uint8_t test_lnt_command[] = {0x7E,0xA0,0x07,0x03,0x21,0x93,0x0F,0x01,0x7E};
this through USART then I got reply from meter but when I call
"cl_init(&meterSettings, 1, 32, 1, DLMS_AUTHENTICATION_LOW, "lnt1", DLMS_INTERFACE_TYPE_HDLC);"
then debugger is stops at
"memset(settings->preEstablishedSystemTitle, 0, 8); "
Please help us to solve this problem.
Hello
I am using your Atmel code for ATSAME54 Xplained pro board. My code compiled and debugged it connected to meter
TX: 7E A0 07 03 41 93 5A 64 7E
RX: 7E A0 1E 41 03 73 8E 7F 81 80 12 05 01 80 06 01 80 07 04 00 00 00 01 08 04 00 00 00 01 53 3B 7E
but following code is not exicuting
gxClock clock;
ret = cosem_init(&clock.base, DLMS_OBJECT_TYPE_CLOCK, "0.0.1.0.0.255");
Hello,
Can development files of dlms and communication and connection files of source and hex file can support XC32 compiler with MPLAB X IDE for SAME54 Xplained board.
Hi,
I am working on implementing the Gurux. c on my meter.. I tried compiling the "GuruxDLMSClientExample" on Microchip studio with gcc compiler but is giving me errors (I have attached Jpg file of errors)
Please how can I include the missing header file?
Thanks
Hi,
I am working on implementing the Gurux. c on my meter.. I tried compiling the Arduino server.ino and the atmel GuruxDLMSServerExample c code.
both is giving me this error
/gxobjects.h:39:10: fatal error: arpa/inet.h: No such file or directory.
Please how can I include the missing header file?
Thanks
I'm trying to simulate a meter push event using C#.
I've created a PushSetup and a ProfileGeneric. Then I've added the PushSetup and three times the ProfileGeneric to a GXDLMSPushSetup object. The problem appears when I check the XML. I got the pushSetupId correctly and the first Profile as an Array (as expected), and the other two profiles as Structures (does not make sense to me).
Do you know why I am not retrieving the pushSetup and three Profiles as arrays?
I"ve tryed to compily with SERVER.INO it was succesed, but the CLIENT.INO is not compilating...:
Related problems
(exit status 1
'mes_init' was not declared in this scope) this is pasted part of an error from ARDUINO.IDE
How can I fix a problem? If you have advice or decision of this problem... you're welcome.