Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Sending PCL codes to HP 4500

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sending PCL codes to HP 4500

    Brad,
    Yes you can via the Transparency Command. This command is a string of bytes that is sent without translation from the 400 to the printer. You must specify RplUnPrt(*No) on the printer file.
    The transparency command is X'03' followed by the hex number of bytes to be sent transparently. Here is a sample:
    D @Portrait C const(X'03051B266C304F')
    Bill
    In RPG ILE, can you send command codes to an attached printer via Client Access? I need to send formatting commands to a HP 4500 for things like font color and shading.

  • #2
    Sending PCL codes to HP 4500

    In RPG ILE, can you send command codes to an attached printer via Client Access? I need to send formatting commands to a HP 4500 for things like font color and shading. Any help would be appreciated. Brad Bateman

    Comment

    Working...
    X