Dymo 1761334 Technical Reference - Page 59

The Caret Feature

Page 59 highlights

The Caret Feature required because this amount exceeds the longest possible string of bitmap data bytes that the LabelWriter printer expects. See Also ESC B ESC D ETB Expression ASCII SYN d1...dn Decimal 22 d1...dn Hex 16 d1...dn Parameters d1 ... bytes of bitmap print data (max 56 bytes for LabelWriter dn = SE450 print heads). n The Caret Feature Some computing environments do not allow the user to send the full range of ASCII characters, limiting output to printable characters only (20h - FFh). The Caret feature is used to resolve difficulties that may arise because of this. Activating the Caret Feature The Caret feature defaults to off on the LabelWriter printer. To enable the Caret feature, set the printer to terminal mode and send a carriage return/line feed followed by the characters 'C' and '1'. The program below demonstrates this. OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1 PRINT #1, CHR$(13); CHR$(10); PRINT #1, "C1"; Refer to Configuration Menu for more information about Terminal mode. Using the Caret Feature When the caret feature is enabled, the LabelWriter printer will translate any three-digit characters following a caret character (^) as the decimal value the digits expressed. For example, if the characters ^027 are sent to the printer, they are interpreted as a single character with a value of 27 (the Escape character). 53

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

The Caret Feature
required because this amount exceeds the longest possible string of bitmap data bytes
that the LabelWriter printer expects.
See Also
ESC B
ESC D
ETB
Expression
ASCII
SYN
d1
dn
Decimal
22
d1
dn
Hex
16
d1
dn
Parameters
d1
dn =
n
bytes of bitmap print data (max 56 bytes for LabelWriter
SE450 print heads).
The Caret Feature
Some computing environments do not allow the user to send the full range of ASCII
characters, limiting output to printable characters only (20h - FFh). The Caret feature is used
to resolve difficulties that may arise because of this.
Activating the Caret Feature
The Caret feature defaults to off on the LabelWriter printer. To enable the Caret feature, set
the printer to terminal mode and send a carriage return/line feed followed by the characters
‘C’ and ‘1’. The program below demonstrates this.
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(13); CHR$(10);
PRINT #1, "C1";
Refer to Configuration Menu for more information about Terminal mode.
Using the Caret Feature
When the caret feature is enabled, the LabelWriter printer will translate any three-digit
characters following a caret character (^) as the decimal value the digits expressed. For
example, if the characters ^027 are sent to the printer, they are interpreted as a single
character with a value of 27 (the Escape character).
53