Releases: ihedvall/mdflib
Releases · ihedvall/mdflib
MDF Application & Library Version 2.3
MDF Application & Library Version 2.2
- This release contains a new application mdf2csv that converts an MDF file to one or more CSV files.
- A new MDF converter writer is added.
- The reader support partial read of data.
- The reader support read of sample reduction data (SR).
- The reader support VLSD (partial) read.
- The reader support channel arrays.
- The reader is now faster introducing a read cache.
MDF Library v2.1
This version have 2 new features, Channel Array and Bus Logging support.
The Channel Array (CA) block is now parsed and the array values can be read. Note that the stream writer currently doesn't support CA blocks. User requirements on write and MDF viewers, are wanted.
The stream writers now support the Bus Logging standard for CAN buses. Support for other buses as LIN can be done but user requirements and support is requested as I only have CAN bus log file to test with.
MDF Library v2.0
The version 2.0 of the MDF library includes reading and writing of MDF 3/4 files. It also includes a .NET read interface.