ModemModule Developer’s Guide
Extended Address Record
Char Pos | Field Type | Value | Description |
1 | Record Start | “:” |
|
Data Byte Count | “02 | Always 2 bytes for this record type | |
Address | “0000” | Not used for this record type (must be zero) | |
Record Type | “02” | Extended Address Record | |
Extended Address | “EEEE” | Top 16 bits of 20 bit address, most | |
|
|
| significant byte first |
Checksum | “ZZ” | Zero minus the two’s complement addition | |
|
|
| of all data hex values |
End of Line | “\r\n” | Carriage Return followed by a Line Feed |
Example Extended Address Record in Intel Format :020000021000EC
End of File Record
Char Pos | Field Type | Value | Description |
1 | Record Start | “:” |
|
Data Byte Count | “00” | Always 2 bytes for this record type | |
Address | “0000” | Transfer Address (usually be zero) | |
Record Type | “01” | End of File Record | |
Checksum | “ZZ” | Zero minus the two’s complement addition | |
|
|
| of all data hex values |
End of Line | “\r\n” | Carriage Return followed by a Line Feed |
Example End of File in Intel Format :00000001FF
70 | MT3334SMI |