Specifications

P25 Development Guide
www.bluebamboo.com
52
Description:
C0: start tag
44: print command
39: frame sequence
30 30 34 31: 41 bytes data
1b 4b 31: UTF-8
1b 21 19: double width double height based on small font size
1b 52 30: Chinese language
ef..0a: text data
df: odd check
f3: even check
C1: end tag
d3) big font size:
Frame Content:
c0 44 38 30 30 34 31 1b 4b 31 1b 21 00 1b 52 30
ef bb bf e6 ac a2 e8 bf 8e e4 bd bf e7 94 a8 e8
93 9d e7 ab b9 e6 89 93 e5 8d b0 e6 9c ba 0d 0a
df ea c1
Description:
C0: start tag
44: print command
38: frame sequence
30 30 34 31: 41 bytes data
1b 4b 31: UTF-8
1b 21 00: big font
1b 52 30: Chinese language
ef..0a: text data
df: odd check
ea: even check
C1: end tag
d4) double big font size:
Frame Content:
c0 44 30 30 30 34 31 1b 4b 31 1b 21 18 1b 52 30
ef bb bf e6 ac a2 e8 bf 8e e4 bd bf e7 94 a8 e8
93 9d e7 ab b9 e6 89 93 e5 8d b0 e6 9c ba 0d 0a
df f2 c1
Description:
C0: start tag
44: print command
37: frame sequence
30 30 34 31: 41 bytes data
1b 4b 31: UTF-8
1b 21 18: double width double height based on big font size
1b 52 30: Chinese language
ef..0a: text data
df: odd check
f2: even check
C1: end tag