Binary Data in Maxicode and PDF417

Valid from List & Label 10
In order to pass binary data to the barcodes PDF417 and MaxiCode you have to embed them in a special container string "{binary:nn}".

Example 1: to pass a NULL and a Backspace (BS) character, you send:
"{binary:0008}" (which is equivalent to "{binary:00}{binary:08}")


Example 2: to pass a newline code (CRLF), you send

"Hello{binary:0d0a}World"
IDKBDE000646 KBDE000646