Hello,
I have a question about the Server Example in Arduino IDE. Does this example receive DLMS HDLC hex data from a client and transmit it back, or does "server" in this context mean that the Arduino acts like a meter? I don't have any physical meter, only an Arduino and a simulator. For DLMS on Arduino, do any of the examples (client, pushListener, server) send data back to the client (i.e., engage in two-way RX/TX communication)?
Thank you very much for your assistance.
Best regards!
Hi, DLMS uses binary…
Hi,
DLMS uses binary protocol and the server acts as a simple meter. You can establish the connection for it and read basic data from it.
BR,
Mikko
Hi Sir, does that mean that…
Hi Sir,
does that mean that the server example for arduino can receive and transmit data to client?
Big thanks!
Hi, Yes, you can use it as a…
Hi,
Yes, you can use it as a simple meter.
BR,
Mikko
Hi, Thank you for your reply…
Hi,
Thank you for your reply.
If I understood correctly, can the Server example be used as a server? When a client connects to the server it send an SNRM message, and can the Server example process it and continue communication? If not, is this possible?
Thank you very much!
Best regards!
Hi, Yes, that is correct…
Hi,
Yes, that is correct. The server example be used as a meter (server).
BR,
Mikko