Micr Commands - NCR 7167 Owner's Manual

Two station pos printer release 1.0
Hide thumbs Also See for 7167:
Table of Contents

Advertisement

7167 Owner's Manual

MICR Commands

MICR Reading
These commands control the Magnetic Ink Character Recognition (MICR) check reader,
including how it parses the character strings on checks.
The section, MICR Parsing, describes how to create a parsing format and how to create
and maintain an Exceptions table.
Read MICR Data and Transmit
Hexadecimal:
Reads and transmits the MICR data and adds a Carriage Return (0x0D). If no parsing
format is selected with either of the Define Parsing Format commands (see below), all data
will be returned, which is the default.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H77) & Chr$(&H01)
Reread MICR Data
Hexadecimal:
Resends the previously decoded MICR data to the host.
Example:
MSComm1.Output = Chr$(&H1B) & Chr$(&H77) & Chr$(&H52)
ASCII:
ESC w 1
1B 77 01
27 119 1
Decimal:
All data returned
Default:
ASCII:
ESC w R
1B 77 52
27 119 82
Decimal:
November 2002
Chapter 6: Commands
191

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents