Gs W N - Citizen PPU-231 User Manual

Line thermal printer/presenter unit
Hide thumbs Also See for PPU-231:
Table of Contents

Advertisement

GS w n

[Function]
[Code]
[Range]
[Outline]
[Default]
[Sample Program]
[Print Results]
Selecting the horizontal size(Scale factor) of the Bar Code
<1D>H <77>H<n>
{2 ≤ n ≤ 4} Data is described in Hex code.
Selecting bar code width.
n denotes the number of dots in fine element width.
•The initial value of this width is "3".
LPRINT CHR$ (&H1D) + "h" + CHR$ (30) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (2) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "h" + CHR$ (50) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (3) ;
GOSUB BC
LPRINT CHR$ (&H1D) + "h" + CHR$ (80) ;
LPRINT CHR$ (&H1D) + "w" + CHR$ (4) ;
GOSUB BC
END
BC :
LPRINT CHR$ (&H1D) + "k" ;
LPRINT CHR$ (4) ;
LPRINT "12" + CHR$ (0) ;
RETURN
72
PPU-231 User's Manual
CITIZEN

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents