Specifications

P25 Development Guide
www.bluebamboo.com
49
b) print 2D barcode
Barcode content: Hello, world! A PDF417 example.
Frame content:
c0 44 33 30 30 34 30 1d 6b 10 00 00 00 00 00 1f
48 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 20 41 20
50 44 46 34 31 37 20 65 78 61 6d 70 6c 65 2e 00 33 c1
Description:
C0: start tag
44: print command
33: frame sequence
30 30 34 30: 40 bytes data
1d 6b 10 00 00 00 00 00 1f: 2D barcode format
48..2e: barcode data
00: odd check
33: even check
C1: end tag
c) print English text:
print content: Welcome to Bluebamboo
c1) small font size, underline:
Frame Content:
c0 44 33 30 30 33 33 1b 4b 31 1b 21 41 1b 2d 01
1d 42 00 57 65 6c 63 6f 6d 65 20 74 6f 20 62 6c
75 65 62 61 6d 62 6f 6f 53 72 c1
Description:
C0: start tag
44: print command
33: frame sequence
30 30 33 33: 33 bytes data
1b 4b 31: UTF-8
1b 21 41: small font size
1b 2d 01: underline on
1d 42 00: reverse off
57..6f: text data
53: odd check
72: even check
C1: end tag