Hello Gurux Team,
I am developing a new Windows Forms (.NET Framework 4.7.2) DLMS client using the latest Gurux.DLMS.
My installed packages are:
Gurux.DLMS: 9.0.2605.2801
Gurux.Common: 8.4.2503.602
Gurux.Serial: 8.4.2503.603
I downloaded the latest Gurux.DLMS.Client.Example.Net from GitHub (Version 9.0.2605.2801), and GXDLMSReader.cs references:
using Gurux.Net;
However, I cannot find matching 9.x NuGet packages for Gurux.Common, Gurux.Serial, or Gurux.Net. Only 8.x versions are available.
Could you please clarify:
Which versions of Gurux.Common, Gurux.Serial, and Gurux.Net should be used with Gurux.DLMS 9.0.2605.2801?
Are the GitHub examples intended to be built from source instead of using NuGet packages?
What is the recommended package combination for a serial HDLC client using High GMAC authentication?
Thank you.