Class Series 2 Programmer’s Manual
279
Appendix N
Image Loading
The printer will accept four types of image files: .BMP, .IMG, .PCX and a special Datamax 7-
bit ASCII file (as defined in this section). Use of the Datamax 7-bit ASCII format will require
at least twice as much data transmission time as the other formats, (see
<STX>I
). The
Datamax ASCII image file format is made up of a set of records with identical formats, each
representing a dot row of the image; a terminator follows the last of these records.
Dot-row record
Dot-row record
Terminator
Each dot-row record has the following format:
Syntax:
80nndd...d<CR>
Where:
nn
- Is the number of character pairs in dd...d, represented in
ASCII hex.
dd…d
- Is dot data, character pairs, ASCII hex, 00-FF.
Duplicate records may be encoded using a repeat data record, following the data record that
needs duplicating. The repeat data record format is:
Syntax:
0000FFnn<CR>
Where:
nn
-
Is the number of duplicates, ASCII hex, 00-FF.
The terminator, last record, at the image download is:
FFFF<CR>
Summary of Contents for A-Class
Page 2: ......
Page 3: ......
Page 5: ......
Page 6: ......
Page 22: ...Overview 8 Class Series 2 Programmer s Manual ...
Page 30: ...Immediate Command Functions 16 Class Series 2 Programmer s Manual ...
Page 138: ...Extended System Level Command Functions 124 Class Series 2 Programmer s Manual ...
Page 160: ...Label Formatting Command Functions 146 Class Series 2 Programmer s Manual ...
Page 180: ...Generating Label Formats 166 Class Series 2 Programmer s Manual ...
Page 192: ...Appendix B Sample Programs 178 Class Series 2 Programmer s Manual ...
Page 200: ...Appendix D Reset Codes 186 Class Series 2 Programmer s Manual ...
Page 212: ...Appendix E Single Byte Symbol Sets 198 Class Series 2 Programmer s Manual ...
Page 264: ...Appendix G Bar Code Details 250 Class Series 2 Programmer s Manual ...
Page 308: ...Appendix Q Plug and Play IDs 294 Class Series 2 Programmer s Manual ...
Page 312: ...Appendix R Line Mode 298 Class Series 2 Programmer s Manual ...
Page 324: ...Appendix T WiFi Region Country Codes 310 Class Series 2 Programmer s Manual ...
Page 334: ......