Appendix C: Electronic Journal
166
A776 (B780) Programming Guide
A776-PG00001 D 07/13
1F 0A C5 Return Journal Status
Returns one byte of status.
bit 0 = 0 >> Write to flash successful
bit 0 = 1 >> Write to flash fail
bit 1 = 0 >> RAM allocation for journal data successful
bit 1 = 1 >> RAM allocation for journal data fail
bit 2 = 0 >> Auto Journal Disabled
bit 2 = 1 >> Auto Journal Enabled
1F 0A C6 Return Journal Flash Size
Returns two 3-byte counts in hexadecimal notation, as
n1 n2 n3
and
m1 m2 m3
.
Journal flash buffer total size = (
n1
* 0
n2
* 0x100 +
n3
)
= (
n1
* 65,536 +
n2
* 256 +
n3
) decimal
Journal flash buffer used
= (
m1
* 0
m2
* 0x100 +
m3
)
= (
m1
* 65,536 +
m2
* 256 +
m3
) decimal
Journal flash buffer total size corresponds directly to this line on the diagnostics form:
Flash Journal Size
: nnnn kbytes
Journal flash buffer used corresponds inversely to this line on the diagnostics form:
Journal Unused
: mmmm kbytes
1F 0A C7 Write Journal RAM Data to Flash
Writes the journal data in RAM to Flash and marks it as a complete journal entry with two print commands: 0x0A
0x0A. Printer goes busy at the communication interface while the flash is being written. Application should not send
any further data or commands until printer goes not busy at the communication interface.
Содержание A776 ColorPOS
Страница 12: ...Contents x A776 B780 Programming Guide A776 PG00001 D 07 13...
Страница 14: ...Chapter 1 About this Guide 2 A776 B780 Programming Guide A776 PG00001 D 07 13...
Страница 160: ...Appendix B Resident Character Sets 148 A776 B780 Programming Guide A776 PG00001 D 07 13 Code page 737 Greek...
Страница 161: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 149 Code page 850 Multilingual...
Страница 162: ...Appendix B Resident Character Sets 150 A776 B780 Programming Guide A776 PG00001 D 07 13 Code Page 852 Slavic...
Страница 163: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 151 Code Page 857 Turkish...
Страница 164: ...Appendix B Resident Character Sets 152 A776 B780 Programming Guide A776 PG00001 D 07 13 Code page 858 with Eurosymbol...
Страница 165: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 153 Code page 860 Portugese...
Страница 166: ...Appendix B Resident Character Sets 154 A776 B780 Programming Guide A776 PG00001 D 07 13 Code page 862 Hebrew...
Страница 167: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 155 Code page 863 French Canadian...
Страница 168: ...Appendix B Resident Character Sets 156 A776 B780 Programming Guide A776 PG00001 D 07 13 Code page 865 Nordic...
Страница 169: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 157 Code page 866 Cyrillic...
Страница 170: ...Appendix B Resident Character Sets 158 A776 B780 Programming Guide A776 PG00001 D 07 13 Code page 1251 Cyrillic...
Страница 171: ...Appendix B Resident Character Sets A776 PG00001 D 07 13 A776 B780 Programming Guide 159 Code page 1252 Windows Latin 1...
Страница 172: ...Code page 1255 Hebrew...
Страница 173: ...Code page KZ_1048 Kazakh Code Page KZ_1048 Kazakh...
Страница 174: ...Appendix C Electronic Journal 162 A776 B780 Programming Guide A776 PG00001 D 07 13...
Страница 179: ......
Страница 180: ...A776 PG00001 Rev D 07 2013...