User Tools

Site Tools


pub:configuring_iseries_printer_devices_to_work_with_idriver

Differences

This shows you the differences between two versions of the page.


pub:configuring_iseries_printer_devices_to_work_with_idriver [2022/06/25 17:02] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +===== Configuring Printer Drivers =====
 +
 +Prior to configuring the software, the communication configuration needs to
 +be established between the iSeries and the Toshiba eStudio Printer.
 +The most reliable method for accomplishing this task is to create a remote
 +printer device. The format of the command is out lined below:
 +
 +<html><pre>
 +CRTDEVPRT DEVD(printer_name) DEVCLS(*LAN) TYPE(3812) MODEL(1)
 +LANATTACH(*IP) PORT(9100) ATTACH(*DIRECT) ONLINE(*YES) FONT(11
 +*NONE) FORMFEED(*AUTOCUT) SEPDRAWER(*FILE) PRTERRMSG(*INQ)
 +MSGQ(*LIBL/QSYSOPR) ACTTMR(170) INACTTMR(*SEC15)
 +LINESPEED(19200) WORDLEN(8) PARITY(*NONE) STOPBITS(1)
 +TRANSFORM(*YES) MFRTYPMDL(*HP4) PPRSRC1(*LETTER)
 +PPRSRC2(*LETTER) ENVELOPE(*NUMBER10) ASCII899(*NO) IMGCFG(*NONE)
 +CHRID(*SYSVAL) RMTLOCNAME(IP_Adress) SYSDRVPGM(*HPPJLDRV)
 +</pre></html>
 +
 +From the command above replace the printer name with your actual naming
 +convention for your printer. Also, in the last line of the command,
 +RMTLOCNAME(IP_Address), replace the value IP_Address the IP address
 +assigned to your Toshiba printer.