Skip to content

Command codes for QR-Code "version" and "dot size" may be reversed #5

@RevZero

Description

@RevZero

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:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions