Is there any update on release of suite with Digital Signing APDU?
As per our last discussion you were told me that you planned to release in august.
also can send me the third party root certificate authority which provides the certificates as per DLMS or the third party authority that you are using in gurux director.
Hi,
I just implemented your android demo from Github " https://github.com/Gurux/gurux.serial.android "
and sucessfully received port name from cl.ports[0].toString() also cl.isOpen.toString() returns true, when we are sending Random data in GXSerial(this).send("Random data") a fragment with configuration gets loaded in the app but received 0 zero in bytesReceived.() method.
After sending random string with below given detail A page is being loaded with all detail in the app automatically.
I only found an old "alphaplus" software for DOS to read data.
It uses the same HARDWARE of the RS232 optical port as the IEC62056 but of course it is not the same handshake and not the same protocol so it can't seem to be read with Gurux.
Does anyone know the software to read it or at least **the name of the protocol** to start with?
Trying to connect Landis+Gry E550 to Gurux but connection keep fail.
The message shown here is "Failed to receive reply from the device in given time".
Tried multiple time with small change in device properties but not working.
Hope you are doing good. We are observing strange problem in com_read function. At times com_read returns error code DLMS_ERROR_CODE_INVALID_PARAMETER i.e in decimal 258. I remember this problem was resolved in stack(https://www.gurux.fi/node/16144) and we are using the latest ANSCI C library only. could you please tell us what is the problem?
Below is the code snippet
read_data()
{
cosem_init()
com_read(&con, profile_obj, 3);
com_read(&con, profile_obj, 2);
}