[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Escape sequence for MICR to HP printer
Paul,
Try this:
<47> = ||'
<38> = |:
Example:
begin-procedure setup
encode '<47>5555<47> <38>666666<38> 7 777 7777<47>' into $print_micr
end-procedure setup
begin-procedure print_micr
print $print_micr (...) code
end-procedure print_micr
Result: ||'5555||' |:666666|: 7 777 7777||' (in micr code font)
I don't think you need to reset font after print micr line. However for the safe side try to print normal font sequence afterward.
Normal font sequence: encode '<27>(8U<27>(s0p10.00h12.0v0s3b3T' into $normal_font
Hope this help!
At 06:39 PM 9/23/98 -0500, you wrote:
>Is there an escape sequence that needs to be sent in order to print MICR
>font to an HP printer. Any examples would be greatly appreciated. Once I
>print the MICR line do I need to send another sequence to reset the font?
>
>Thanks Paul
>
>
Benjamin Le
System Development, ITS
Portland Community College
PO Box 19000 Portland, OR. 97280-0990 U.S.A.
Phone: (503)-977-4970 Fax:(503)-977-4987
E-mail: Mailto:ble@pcc.edu
PCC Web: http://www.pcc.edu