Skip to content

Printer Info

James Sutton edited this page Jan 13, 2017 · 2 revisions

Printer Specifications Command

This command returns some information about the capabilities of the printer itself, such as the max image height and width, number of colours as well as some other variables.

Command Code: 79

Example Command Payload

No Payload

Example Response

Byte Description Hex Notes
Payload - Header
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..
Payload - Main
Byte 16 Max Height MSB 02 Max Image Height: 600 (dec)
Byte 17 Max Height LSB 58
Byte 18 Max Width MSB 03 Max Image Width 800 (dec)
Byte 19 Max Width LSB 20
Byte 20 Number of Colours MSB 01 Max Number of Colours: 256 (dec)
Byte 21 Number of Colours LSB 00
Byte 22 Unknown MSB 00 Unknown 2 Byte Int: 10 (dec)
Byte 23 Unknown LSB 0a
Byte 24 00 Not used..
Byte 25 00 Not used..
Byte 26 00 Not used..
Byte 27 00 Not used..
Byte 28 Max Message Size MSB ea Max Message size: 60000 (dec)
Byte 29 Max Message Size 60
Byte 30 Unknown One Byte Int 10 Unknown 1 Byte Int: 16 (dec)
Byte 31 00 Not Used..
Byte 32 Unknown MSB 24 00 Unknown 4 Byte Int: 0 (dec)
Byte 33 Unknown MSB 16 00
Byte 34 Unknown MSB 8 00
Byte 35 Unknown LSB 00
Byte 36 00 Not Used..
Byte 37 00 Not Used..
Byte 38 00 Not Used..
Byte 39 00 Not Used..
Byte 40 00 Not Used..
Byte 41 00 Not Used..
Byte 42 00 Not Used..
Byte 43 00 Not Used..