1-42
Setting memory switch contents
Code
[02] V n
Setting
n is hex data expressing switch on and off with binary. Appropriate
ASCII codes are used for setting.
Bit
0
1
2
3
4
5
6
7
Auto-cutter
1
O
O
O
O
Ribbon end sensor
Not care
Peeling sensor
3
O
O
O
O
Function
With this command, memory switch contents can be changed
temporarily.
Example
When auto-cutter is turned to ON, n = 1 (binary 0001), i.e., 1 for hex,
so ASCII code 31hex is set. When peeling sensor is turned to ON, n =
4 (binary 0100), i.e., 4 for hex, so ASCII code 34hex is set.
Input data
When auto-cutter is turned to ON:
[02] V 1
When peeling sensor is turned to ON:
[02] V 4
Printer version number transmission request
Code
[02] v
Function
After receiving this command, printer transmits the control ROM
version number and date to the computer in ASCII code.
Caution
Printer sends data on printer status to the computer as soon as it
receives this command. Therefore, the computer must be ready to
receive data from the printer immediately after receiving this
command.
The [0D] hex code is added to the end of the transmission data.