Real Time Printer Status Transmission
This command transmits one byte status of the printer in real time.
ION USB or RS232 |
|
---|---|
ASCII |
GS ENQ |
Hexadecimal |
1D 05 |
Decimal |
29 5 |
Standard USB |
|
---|---|
ASCII |
Since this command is used by Control transfer, the command strings are not defined. |
Hexadecimal |
05 05 (bRequest=0x05, wValue=0x05 0x00) |
Decimal |
05 05 |
Value of Byte |
||||
---|---|---|---|---|
Bit |
Status |
Hex |
Decimal |
Function |
0 |
Off |
00 |
0 |
Receipt paper adequate Receipt paper low |
1 |
Off |
00 |
0 |
Receipt paper adequate |
2 |
Off |
00 |
0 |
Both receipt and cassette doors closed |
3 |
Off |
00 |
0 |
Not busy at the RS-232C
interface. |
4 |
Off |
00 |
0 |
One or both cash drawers
open. |
5 |
Off |
00 |
0 |
Paper present at both slip sensors |
6 |
Off |
00 |
0 |
No error condition. |
7 |
On |
00 |
0 |
Fixed to on. |
Example:
MSComm1.Output = Chr$(&H1D) & Chr$(&H05)