srec library
This library provides the functionality to read and write Motorola S-record files.
S-record is a file format that stores binary data as ASCII text files. The primary interface to use this library is the class SRecordFile.
The hex file may contain multiple instances of Memory Segments that describe the binary layout of the memory. The segments are managed via the base class of the file: MemorySegmentContainer from the intel_hex package.
Classes
- SRecordFile
- This class holds all the methods to read and write S-Record files.
Exceptions / Errors
- ParsingError
- Thrown if an error during parsing occurs