Valley.Net.Protocols.MeterBus
Valley.Net.Protocols.MeterBus copied to clipboard
M-Bus (meter bus, meterbus, mbus) C# project for communicating and parsing M-Bus (EN 13757-2 and EN 13757-3)
Hi and thank you for your repo. Quick question, is Wireless MBus supported?
Hello. In the lib, the serializer responsible for creating the ControlFrame data, it seems like the Control frame, Address, and ControlInformation is missing. I added it to my code, should...
I am using the TcpBinding and interacting with a Moxa (TCP to Serial) converter to read one MBUS Device. To intialisation of the MBusMaster I use following code: _**var serializer...
Hello, could You add some example how to use the serial protocol communication and binding please ? Kind regards for help Piotr
C, A ,CI Fields added
Add Unit stnigs if VIF_string is null
Fix the support of VIF Codes ins ASCII Format: if a device is responding a user defined VIF 0x7c (Plain Text) is not supported and causes all next records to...
if a device is responding a user defined VIF 0x7c (Plain Text) is not supported and causes all next records to be broken or causen an exception! See https://m-bus.com/assets/downloads/MBDOC48.PDF page...
I am using this MBus implementation with the UdpBinding: ``` var serializer = new MeterbusFrameSerializer(); endpoint = new IPEndPoint(IPAddress.Parse(Address), Port); binding = new UdpBinding(endpoint,serializer); binding.Error += Binding_Error; binding.IoCompleted += Binding_IoCompleted;...
Hi, i just discovered that my merge request seems not or not fully part of the 1.0.3 package version. When I request the heat meter values I still have AveragingDuration...