Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

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

11 months 3 weeks ago

CLOESD

CLOSED

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701
  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200

New forum topics

  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
  • DLMS server - serving multiple similar datasets gathered from multiple meters across distinct logical addresses
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin