-
Notifications
You must be signed in to change notification settings - Fork 19
Printer Version Command
James Sutton edited this page Jan 7, 2017
·
4 revisions
This command requests the Firmware and Hardware versions of the printer. It's usually used as a quick way to check that the Password is correct. This Command does not provide a payload.
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 | Ejecting | 00 | (b14 >> 2 )& 1 |
Byte 15 | 27 | Unknown.. | |
Byte 16 | Unused MSB | 01 | Decoded in app, unused. |
Byte 17 | Unused LSB | 01 | |
Byte 18 | Firmware Version MSB | 01 | Firmware Version |
Byte 19 | Firmware Version LSB | 13 | |
Byte 20 | Hardware Version MSB | 00 | Hardware Version |
Byte 21 | Hardware Version LSB | 00 | |
Byte 22 | 00 | Unknown.. | |
Byte 23 | 00 | Unknown.. |