Add support for Float and Fixed overflow when last data is NullData#107
Add support for Float and Fixed overflow when last data is NullData#107Hinogary wants to merge 10 commits into
Conversation
|
Nice. Open an issue about this and explain a bit more what you are trying to solve. I'm not sure this is how I would like the solution to be. Good catch with the pointer. |
|
I’m trying to read new data types like Float or BitString. I’m not sure if this description belongs in a separate issue. Let’s rather discuss it directly over the code. I think you have issue with |
|
I was under the impression that BITSTRING length was still in octets. What object are you trying to model? |
|
I come to conclussion that i dont need bitstring. I tried to read status of Image transfer, but meter i am using have segmented display, so this will not be used anyway. https://www.gurux.fi/Gurux.DLMS.Objects.GXDLMSImageTransfer |
|
You are probably right, that BitString is still in Octets, my bad. I removed it, is it now ok? |
No description provided.