Brother International HL-4200CN Network Users Manual - English - Page 19

Other Systems, Host Print Transform, Letter Size, A4 Size, OS/400 version 4

Page 19 highlights

For example: CRTOUTQ OUTQ(BR1) RMTSYS(*INTNETADR) RMTPRTQ(BINARY_P1) AUTOSTRWTR(1) CNNTYPE(*IP) DESTTYPE(*OTHER) MFRTYPMDL(*HP5SI) INTNETADR('10.0.0.200') TEXT('Arnes Printer') If you are using A4 paper, you may find that the printer page formatting is incorrect (this is probably because your AS/400 system is set to Letter sized paper), to resolve this problem, do the following: Edit the Host Print Transform source code: RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP5SI) SRCMBR(HP5SI) SRCFILE(MYLIB/SRC) At the paper definition, alter the existing hex codes for Letter Size, 1B 26 6C 02 41 to hex codes for A4 Size, 1B 26 6C 32 36 41. OS/400 version 4, 5, 5.1 You can also use the following command line to create a printer definition: CRTDEVPRT DEVD(BR2) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP) PORT(9100) FONT(011) PARITY(*NONE) STOPBITS(1) TRANSFORM(*YES) MFRTYPMDL(*HP5SI) PPRSRC1(*A4) PPRSRC2(*A4) RMTLOCNAME('10.0.0.200') SYSDRVPGM(*HPPJLDRV) TEXT('Arnes Printer') Other Systems Other systems use similar programs to set up print servers. These programs will generally ask for the following information: Requested information: remote printer remote host computer name remote host IP address You should use: BINARY_P1 Any name (must match the name in the printcap file, if any) or in some cases, you may enter the print server IP address here IP address of print server. Technical support specialists for these companies can usually answer configuration questions if you provide them with the equivalent UNIX configuration information (tell them that the print server looks like a remote UNIX host computer running the lpd line printer daemon). 1 - 9 UNIX PRINTING

  • 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

1 - 9
UNIX PRINTING
For example:
CRTOUTQ OUTQ(BR1) RMTSYS(*INTNETADR)
RMTPRTQ(BINARY_P1) AUTOSTRWTR(1) CNNTYPE(*IP)
DESTTYPE(*OTHER) MFRTYPMDL(*HP5SI)
INTNETADR('10.0.0.200') TEXT('Arnes Printer')
If you are using A4 paper, you may find that the printer page formatting is incorrect (this is probably
because your AS/400 system is set to Letter sized paper), to resolve this problem, do the following:
Edit the
Host Print Transform
source code:
RTVWSCST DEVTYPE(*TRANSFORM) MFRTYPMDL(*HP5SI)
SRCMBR(HP5SI) SRCFILE(MYLIB/SRC)
At the paper definition, alter the existing hex codes for
Letter Size
,
1B 26 6C 02 41
to hex codes for
A4 Size
,
1B 26 6C 32 36 41
.
OS/400 version 4, 5, 5.1
You can also use the following command line to create a printer definition:
CRTDEVPRT DEVD(BR2) DEVCLS(*LAN) TYPE(3812) MODEL(1) LANATTACH(*IP)
PORT(9100) FONT(011) PARITY(*NONE) STOPBITS(1) TRANSFORM(*YES)
MFRTYPMDL(*HP5SI) PPRSRC1(*A4) PPRSRC2(*A4) RMTLOCNAME('10.0.0.200')
SYSDRVPGM(*HPPJLDRV) TEXT('Arnes Printer')
Other Systems
Other systems use similar programs to set up print servers. These programs will generally ask for the
following information:
Technical support specialists for these companies can usually answer configuration questions if you
provide them with the equivalent UNIX configuration information (tell them that the print server looks like
a remote UNIX host computer running the lpd line printer daemon).
Requested information:
You should use:
remote printer
BINARY_P1
remote host computer name
Any name (must match the name in the printcap file, if any) or in
some cases, you may enter the print server IP address here
remote host IP address
IP address of print server.