Citizen CMP-10 Especificaciones Pagina 56

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 80
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 55
— 54 —
GS f n
[Function] Selecting the font of HRI characters
[Code] <1D>H<66>H<n>
[Range] {n = 0, 1(Hex)}
[Outline] Selecting the font of HRI characters in printing bar code.
The type of font can be selected with “n” as follows:
The HRI characters refer to the bar code-turned characters so that you can read them.
[Caution] The HRI characters are printed at the position specified with GS H.
[Default] n = 0
[See Also] GS H
[Sample Program]
PRINT #1, CHR$(&H1D) + “h” + CHR$(50);
PRINT #1, CHR$(&H1D) + “H” + CHR$(2);
PRINT #1, CHR$(&H1D) + “f” + CHR$(0);
GOSUB BC
PRINT #1, CHR$(&H1D) + “f” + CHR$(1);
GOSUB BC
END
BC:
PRINT #1, CHR$(&H1D) + “k”;
PRINT #1, CHR$(4);
PRINT #1, “12” + CHR$(0);
PRINT #1, CHR$(&HA);
RETURN
[Print Results]
n (Hex) Font
0 Font A (12 × 24)
1 Font B (9 × 16)
← Font A
← Font B
Vista de pagina 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 79 80

Comentarios a estos manuales

Sin comentarios