-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I am currently implementing the VKP80III driver in .NET and noticed, that the command codes for settings the QR code version and the QR code dot size seem to be wrong in the VKP Commands Manual.
Specify QRcode barcode version
1D 28 6B pL pH 31 42 n
Specify dot size of the module of the QRcode barcode
1D 28 6B pL pH 31 43 n
You implemented it according to the manual:
Custom-Printer/command-list.js
Line 372 in afdd110
| this.write(Buffer.from([0x1D, 0x28, 0x6B, 0x03, 0x00, 0x31, 0x42, 0x0A])) // Set QRCode Version |
However, for my VKP80III printer, 0x42 sets the dot size and 0x43 specifies the version. So either my printer firmware is buggy, or the documentation is wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels