Select Printing Position for HRI Characters

This command prints HRI (Human Readable Interface) characters above or below the bar code.

ASCII

GS H n

Hexadecimal

1D 48 n

Decimal

29 72 n

Value of n

Printing position

0—Not printed (Default)

1—Above the bar code

2—Below the bar code

3—Both above and below the bar code

Default

0 (Not printed)

Example:   

MSComm1.Output = Chr$(&H1D) & Chr$(&H48) & Chr$(n)