Description
Thank you for your wonderful repository.
Recently, I bought Instax Mini Link 3 and I tested this repo to print images from my computer.
However, it does not work. My printer just blinking yellow light. According to manual, this means 'film is jammed'. (However, it is not jammed really because I can print image from my smartphone application.)
So, I captured packets between Instax Link app and Instax Mini Link 3.
I do not have previous version of Instax printer, but it seems same until the image download sequences.
And I found differences after PRINT_IMAGE_DOWNLOAD_END
.
Current version of InstaxBLE
send PRINT_IMAGE
packet after the end of image download.
But in case of Mini Link 3, it sends packet beginning with 0x30 0x03 (LED_PATTERN_SETTINGS_DOUBLE)
between PRINT_IMAGE_DOWNLOAD_END
and PRINT_IMAGE
.
(Full content is here: https://pastebin.com/8zYqZAry)
Is there any references or something similar about Instax Printer opcode?
If it exists, I want to make this repository compatible with Mini Link 3.
Thanks again