Intermec PX4i Intermec Printer Language (IPL) Developer's Guide (old) - Page 16

Switching Between Printer Operating Modes

Page 16 highlights

Chapter 1 - Introduction to IPL Commands 2 On the desktop PC, start the HyperTerminal application. 3 Configure HyperTerminal for a serial connection using these parameters: HyperTerminal Parameters Parameters Baud rate Data bits Parity Stop bits Flow control Values 9600 8 None 1 XON/XOFF These serial connection characteristics are the default for IPL printers. If you have changed the communication settings on your printer, change the HyperTerminal connection settings accordingly. Note: If you receive the "write fault error" error message, it indicates that either you are sending the data to the wrong COM port or your cable does not support hardware flow control. 1 From the Main menu bar, select Transfer. 2 From the Transfer list box, select Send Text File. 3 In the Send Text File dialog box, locate your .txt file and click Open. HyperTerminal sends the .txt file to your printer. Your command text file will either change a configuration setting in the printer or print your label format. Switching Between Printer Operating Modes When you send IPL commands to the printer, make sure you have placed the printer in the correct operating mode to interpret those commands: • If you are sending print or configuration commands, the printer must be in Print operating mode to interpret the commands. • If you are sending program commands, the printer must be in Program mode. • If you are sending test and service commands, the printer must be in Test and Service mode. Print mode and Program mode are two different operating modes of the printer. Before you download information to the printer, make sure that you are in the correct mode: • Use Program mode to define formats, pages, fonts, and characters. • Use Print mode to print labels, to download data to the printer, to download configuration commands to the printer, or to upload information from an RFID tag. To place a printer in Program mode • Send this command string: P 6 Intermec Printer Language (IPL) Developer's Guide

  • 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
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

Chapter 1 — Introduction to IPL Commands
6
Intermec Printer Language (IPL) Developer’s Guide
2
On the desktop PC, start the HyperTerminal application.
3
Configure HyperTerminal for a serial connection using these parameters:
These serial connection characteristics are the default for IPL printers. If you
have changed the communication settings on your printer, change the
HyperTerminal connection settings accordingly.
1
From the Main menu bar, select
Transfer
.
2
From the Transfer list box, select
Send Text File
.
3
In the Send Text File dialog box, locate your .txt file and click
Open
.
HyperTerminal sends the .txt file to your printer. Your command text file will either
change a configuration setting in the printer or print your label format.
Switching Between Printer Operating Modes
When you send IPL commands to the printer, make sure you have placed the printer
in the correct operating mode to interpret those commands:
If you are sending print or configuration commands, the printer must be in Print
operating mode to interpret the commands.
If you are sending program commands, the printer must be in Program mode.
If you are sending test and service commands, the printer must be in Test and
Service mode.
Print mode and Program mode are two different operating modes of the printer.
Before you download information to the printer, make sure that you are in the
correct mode:
Use Program mode to define formats, pages, fonts, and characters.
Use Print mode to print labels, to download data to the printer, to download
configuration commands to the printer, or to upload information from an RFID
tag.
To place a printer in Program mode
Send this command string:
<STX><ESC>P<ETX>
HyperTerminal Parameters
Parameters
Values
Baud rate
9600
Data bits
8
Parity
None
Stop bits
1
Flow control
XON/XOFF
Note:
If you receive the “write fault error” error message, it indicates that either
you are sending the data to the wrong COM port or your cable does not support
hardware flow control.