-
Notifications
You must be signed in to change notification settings - Fork 22
Printer Print Count Command
James Sutton edited this page Jan 5, 2017
·
1 revision
Returns the number of prints printed, as well as some other unknown / unused information
No Payload
| Byte | Description | Hex | Notes |
| Payload | |||
| Byte 12 | Return Code | 00 | See [Return Codes](https://github.com/jpwsutton/instax_api/wiki/Return-Codes) |
| Byte 13 | 00 | Unknown.. | |
| Byte 14 | 00 | Unknown.. | |
| Byte 15 | Battery & Available Papers | 27 | Battery: (b15 >> 4) & 7.Available Prints: (b15>>0) & 15 |
| Byte 16 | Print Count MSB 24 | 00 | 3 Prints in history |
| Byte 17 | Print Count MSB 16 | 00 | |
| Byte 18 | Print Count MSB 8 | 00 | |
| Byte 19 | Print Count LSB | 03 | |
| Byte 20 | 00 | Seemingly unused bytes.. | |
| Byte 21 | f3 | ||
| Byte 22 | c0 | ||
| Byte 23 | 48 | ||
| Byte 24 | 00 | ||
| Byte 25 | 00 | ||
| Byte 26 | 16 | ||
| Byte 27 | 45 | ||
| Byte 28 | 00 | ||
| Byte 29 | 1e | ||
| Byte 30 | 00 | ||
| Byte 31 | 00 | ||
00f3 c048 0000 1645 001e 0000