ASAP2Library examples
The following examples are designed to illustrate the ASAP2Library API (all examples are implemented in C#).
The examples can only be built with a licensed ASAP2Library!
- A2LParser
Demonstrates A2L parsing, navigating through the created object model and exporting objects into CSV format. - Adjust Data
Demonstrates reading a HEX/S19 file, changing values and rewriting them to a new HEX/S19 file. - Merge Data
Demonstrates reading a HEX/S19 file, importing values form a DCM file and rewriting them to a new HEX/S19 file. - MDF Reader
Demonstrates reading data from the Measurement Data Format (MDF) Reader module. - MDF Writer
Demonstrates writing data into the Measurement Data Format (MDF). - XCP Example
Demonstrates connecting to an ECU over XCP on TCP and requesting ECU status and the EPK. - DBC Example
Demonstrates usage of the DBC module. - ELF Example
Demonstrates updating A2L object addresses from an ELF file and writing the resulting A2L file. - ODX Example
Demonstrates parsing, changing, (re)writing an ODX file and printing some information from the object model.