EPSON OPOS ADK Sample Program

Device:   Check Scanner


Step 1 Normal operation: Read data.

Read a check data.
New Method Open, ClaimDevice, ReleaseDevice, Close, ClearInput, BeginInsertion,EndInsertion,BeginRemoval,EndRemoval, RetrieveImage
New Property BinaryConversion,CapPowerReporting, PowerNotify, DeviceEnabled, DataEventEnabled, ImageData, ImageFormat

Step 2 Adding "Store Image" function.

Adding "Store Image" function.
New Method ClearImage, StoreImage
New Property FileID, ImageTagData, RemainingImagesEstimate

Step 3 Read data stored in the file.

Read data stored in the file.
New Method
New Property

Step 4 Specify reading area and cropping area.

A reading area and cropping area are specified, and data are read.
New Method DefineCropArea
New Property

Step 5 Adding a function attached data with MICR data.

When using the MICR, attached data of MICR.
This Step cannot be used if CheckScanner and MICR aren't registered.
New Method DirectIO, RetrieveMemory
New Property

Step 6 Changing reading mode.

Adding the operation of changing reading mode to Step5.
This Step cannot be used if CheckScanner and MICR aren't registered.
New Method DirectIO
New Property

Step 7 Obtains the statistics of the device.

Obtains the statistics of the device. (UPOS 1.8)
This Step cannot be used if CheckScanner and MICR aren't registered.
New Method RetrieveStatistics
New Property CapStatisticsReporting