Template:SREC HEX/doc
Appearance
This is a documentation subpage for Template:SREC HEX. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
[edit]This template generates a colorized SREC hex record for the Motorola S-record file format, that conveys binary information in ASCII hex text form.
Syntax
[edit]{{SREC HEX | RecordType | ByteCount | Address | Data | Checksum}}
Example
[edit]- Color legend
Record type Byte count Address Data Checksum
- Example
{{SREC HEX|1|11|0038|48656C6C6F20776F726C642E0A00|42}}
produces
S111003848656C6C6F20776F726C642E0A0042
Notes
[edit]- This template is currently used in the SREC (file format) article.
- This template is based on the same color scheme as Template:Intel HEX.