Advanced Printer Driver Sample Programs


Step1 Reading MICR

Obtains and displays MICR data.
Reads E13B.

Win32 Environment

Programming Language Source Executable file
Link Storage location 32 bit 64 bit
C++ Source folder [Expanded folder]\Sample\Src\C++\Hybrid\Program01\ .exe .exe
Top

Single-Pass Sequence

Single-pass sequence executes the following check process in a single motion, using the functions of a hybrid printer.
Reading MICR data -> Endorsement printing -> Front printing

For single-pass sequence, you need to set the slip printer driver and endorse printer driver as shown below in advance.

Win32 Environment

Programming Language Source Executable file
Link Storage location 32 bit 64 bit
C++ Source folder [Expanded folder]\Sample\Src\C++\Hybrid\Program05\ .exe .exe

.NET Environment

Programming Language Source Executable file
Link Storage location 32 bit 64 bit
C# Source folder [Expanded folder]\Sample\Src\C#\Hybrid\Program05\ .exe .exe
VB.NET Source folder [Expanded folder]\Sample\Src\VBNET\Hybrid\Program05\ .exe .exe
Top