Specifications

140
Reading Split QR Codes (for the BHT-100Q)
The "QR Code" system supports a split QR code feature ("Structured Append") which can
divide data into a maximum of 16 blocks and encode each of them into a split QR code.
When those split codes are scanned, the system restores them into the original data string.
For reading split QR codes, you may choose either the edit mode or non-edit mode, by
using the
OPEN "BAR:" statement as shown below.
In the edit mode, after completion of reading of all split QR codes the BHT-100Q will store
the read data into the code buffer. In the non-edit mode, each time a single split QR code is
read, the BHT-100Q will store the read data into the code buffer.
The
MARK$ returns "Q" in the edit mode and "S" in the non-edit mode, as a code type.
When reading split QR codes, the BHT-100Q beeps in a different way from usual. That is,
when the BHT-100Q reads the first split code, it beeps twice and enters the split code scan-
ning mode. After that, each time it reads the subsequent split code, it beeps once. If the
BHT-100Q reads the last split code, it beeps three times and completes the sequence of
split code scanning.
Split QR code scanning mode
OPEN "BAR:" statement
Edit mode
Non-edit mode
OPEN "BAR:" AS #1 CODE "Q:E"
OPEN "BAR:" AS #1 CODE "Q:C"