Skip to main content
Home
for DLMS smart meters

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Connect To ISKRA Meter

Connect to ISKRA meter

By daniel.hinterlechner, 6 August, 2025
Forums
Gurux.Net

Hello,

I was able to connect to an ISKRA MT880 meter via GXDLMSDirector with parameters: -h 172.18.54.201 -p 4002 -c 1 -s 164 -a Low -P 12345678 -d Italy -w 1 -f 154 -t Verbose

If I try with C# code I am not able to connect. What am I missing?
Thanks
// Konfiguration für MT880 Zähler
string meterIpAddress = "172.18.54.201"; // Config 2 IP
int port = 4002;
int clientAddress = 1;
int serverAddress = 36;
string password = "12345678"; // Config 2 Passwort

// Netzwerk-Media
GXNet media = new GXNet()
{
Protocol = NetworkType.Tcp,
HostName = meterIpAddress,
Port = port,
WaitTime = 30000
// SendTimeout = 10000
};

// DLMS Client für MT880 (Config 2)
GXDLMSSecureClient client = new GXDLMSSecureClient(
useLogicalNameReferencing: true,
clientAddress: clientAddress,
serverAddress: serverAddress,

authentication: Authentication.Low, // DLMSAuthMethod=1
password: password,
interfaceType: InterfaceType.HDLC
);
client.HdlcSettings.MaxInfoRX = 154;
client.HdlcSettings.MaxInfoTX = 154;
client.Standard = Standard.Italy;
client.UseUtc2NormalTime=true; // UTC Zeit verwenden

daniel.hinterlechner

5 months 1 week ago

CLOESD

CLOSED

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 01/14/2026 - 14:29
    Gurux.DLMS.Python 1.0.196
  • Mon, 12/29/2025 - 10:38
    Gurux.Serial.Android 3.0.5
  • Mon, 12/15/2025 - 08:11
    Gurux.DLMS.Net 4.0.87
  • Fri, 12/12/2025 - 08:38
    Gurux.DLMS.Python 1.0.195
  • Thu, 12/11/2025 - 13:22
    Gurux.DLMS.Python 1.0.194

New forum topics

  • 6-digit field values from meter not fully received (only 5 digits shown)
  • Gurux DLMS Android App
  • AMR support for bidirectional meters.
  • addition of new object in object list, meter not working
  • old meter take to much time(l&t)
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin