Dymo 1761334 Technical Reference - Page 51

GS S Return Printer Status, Description, See Also, Expression, Parameters, Returns

Page 51 highlights

Commands GS S Return Printer Status Description Returns a single status byte. The printer status is determined by testing the individual bits within the returned status byte. Only bits that have defined values should be tested. Do not test bits designated as reserved. When polling for the status byte, your program must wait for the status byte to arrive. The printer will take several milliseconds to process the request and then transmit the status byte. If your program does not wait for a received character, you may receive erroneous results. ESC A and GS S are functionally identical. ESC A is provided for compatibility with the LabelWriter raster bitmap label printer. If possible, you should use GS S in order to ensure future compatibility. See Also ESC A Expression ASCII GS S Decimal 29 83 Hex 1D 53 Parameters None Returns Bit Bit =0 Bit =1 0 LSB 1 2 3 4 5 6 7 MSB Printer ready Not top of form RESERVED RESERVED RESERVED Paper loaded RESERVED Printer has no error Printer not ready Top of form RESERVED RESERVED RESERVED Out of paper RESERVED Printer has error 45

  • 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

Commands
GS S Return Printer Status
Description
Returns a single status byte. The printer status is determined by testing the individual
bits within the returned status byte. Only bits that have defined values should be tested.
Do not test bits designated as reserved.
When polling for the status byte, your program must wait for the status byte to arrive.
The printer will take several milliseconds to process the request and then transmit the
status byte. If your program does not wait for a received character, you may receive
erroneous results.
ESC A
and
GS S
are functionally identical.
ESC A
is provided for compatibility with
the LabelWriter raster bitmap label printer. If possible, you should use GS S in order to
ensure future compatibility.
See Also
ESC A
Expression
ASCII
GS S
Decimal
29 83
Hex
1D 53
Parameters
None
Returns
Bit
Bit =0
Bit =1
0 LSB
Printer ready
Printer not ready
1
Not top of form
Top of form
2
RESERVED
RESERVED
3
RESERVED
RESERVED
4
RESERVED
RESERVED
5
Paper loaded
Out of paper
6
RESERVED
RESERVED
7 MSB
Printer has no error
Printer has error
45