Seiko TM-L60 Specifications Page 29

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 28
1-22 Command Descriptions Rev. A
GS ! n
[Name] Select character size
[Format] ASCII GS ! n
Hex 1D 21 n
Decimal 29 33 n
[Range] 0n 255
GS ! n selects the character height using bits 0 to 3, and selects the character width using bits 4 to 7.
Character width selection is as follows:
Character height selection is as follows:
Hex Decimal Width
00 0 1 (normal)
10 16 2 (double-width)
20 32 3
30 48 4
40 64 5
50 80 6
60 96 7
70 112 8
Hex Decimal Width
00 0 1 (normal)
01 1 2 (double-width)
02 2 3
03 3 4
04 4 5
05 5 6
06 6 7
07 7 8
Program Example Print Sample
PRINT #1, CHR$(&H1D);"!";CHR$(68);
BBBBB
AAAAA
Normal
PRINT #1, "BBBBB"; CHR$(&HA);
PRINT #1, CHR$(&H1D);"!";CHR$(0)
PRINT #1, "AAAAA"; CHR$(&HA);
normal font heig ht
and fi ve-times
normal font widt h
Select five-times
Page view 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 97 98

Comments to this Manuals

No comments