IBM 1352 User Guide - Page 32

IBM Host Programming Features and Examples

Page 32 highlights

Section 7: IBM Host Programming Features and Examples 7 IBM Host Programming Features and Examples Hex Transfer The Hex Transfer feature allows the user to send PCL escape sequence printer commands to the printer with simple text strings. You may send any valid command or string of commands with no limit on the length or complexity. Form macros, signatures, or simple commands may be passed through any platform to the printer since they are simple text. The printer will convert them back to ESC (escape) sequences when they arrive at the printer. Hex Transfer is automatically enabled while in MICR Mode. To enable it for all applications use the following commands: Turning Hex Transfer On To enable Hex Transfer, send the following command:: &&??&% Once Hex Transfer is enabled, the character sequence &% will act as a trigger sequence. Any data following these trigger characters will not be printed and will be treated as Hex Transfer data until the Hex Transfer ending character $ is encountered. Turning Hex Transfer Off To turn Hex Transfer off, send the following command: &&??!! This command will clear the trigger sequence and allow the &% characters to print. This clear command may be sent at any time to assure that Hex Transfer is disabled. When MICR Mode is entered, Hex Transfer will automatically be turned on, and when MICR Mode is exited, Hex Transfer will be turned off unless it has previously been activated outside of MICR Mode with the &&??&% string. Secure MICR Printer User's Guide July 2003 Page 28 © Source Technologies All rights reserved

  • 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

Secure MICR Printer User’s Guide
©
Source Technologies
July 2003
Page
28
All rights reserved
7
IBM Host Programming Features and Examples
Hex T
ransfer
The Hex Transfer feature allows the user to send PCL escape sequence printer commands to
the printer with simple text strings.
You may send any valid command or string of commands
with no limit on the length or complexity.
Form macros, signatures, or simple commands
may
be passed through any platform to the printer since they are simple text. The printer will convert
them back to ESC (escape) sequences when they arrive at the printer. Hex Transfer is
automatically enabled while in MICR Mode. To enable it for all applications use the following
commands:
Turning Hex Transfer On
To enable Hex Transfer, send the following command::
&&??&%
Once Hex Transfer is enabled, the character sequence &% will act as a trigger sequence. Any
data following these trigger characters will not be printed and will be treated as Hex Transfer
data until the Hex Transfer ending character $ is encountered.
Turning Hex Transfer Off
To turn Hex Transfer off, send the following command:
&&??!!
This command will clear the trigger sequence and allow the &% characters to print.
This clear
command may be sent at any time to assure that Hex Transfer is disabled.
When MICR Mode
is entered, Hex Transfer will automatically be turned on, and when MICR Mode is exited, Hex
Transfer will be turned off unless it has previously been activated outside of MICR Mode with
the &&??&% string.
Section 7: IBM Host Programming Features and Examples