BankDriver SampleProgram:[Microsoft Visual C#]


Device : TM-S1000



Step 1 <Opening/Closing the device> [C#]
Describes how to execute the device opening/closing process and reading process.

New MethodMFDevice(BiOpenMonPrinter), CloseMonPrinter, SCNMICRFunctionPostPrint, SCNMICRSetStatusBack, SCNMICRCancelFunction, SCNMICRCancelStatusBack



Step 2 <Displaying read data> [C#]
In addition to Step 1, describes how to display read image and MICR data on the application screen.

New MethodGetTransactionNumber, GetMicrText, GetScanImage, SCNSelectFace, SCNSetImageFormat



Step 3 <Continuous reading/Electric endorsement> [C#]
In addition to Step 2, describes how to set the processing methods (continuous reading/one-by-one reading) and electric endorsement.

New MethodSCNMICRFunctionContinuously, PrintText, PrintImage, SetPrintPosition, SetPrintSize, BufferedPrint, SetPrintStation



Step 4 <Process setting when a reading error occurs> [C#]
In addition to Step 3, describes process setting such as how to sort documents into the two pockets automatically when a reading error occurs or how to process differently depending on a read result in an application.

New MethodSetBehaviorToScnResult



Step 5 <Selecting the MICR font and setting the image quality> [C#]
In addition to Step 4, describes selecting a MICR font and setting the image quality.

New MethodSCNSetImageQuality



Step 6 <Reading OCR-A/B font and buzzer setting> [C#]
In addition to Step 5, describes how to read an OCR-A/B font with the OCR function and buzzer setting.

New MethodGetOcrABText, RingBuzzer



Step 7 <Confirming the Device Status and error handling> [C#]
In addition to Step 6, describes how to confirm the Device Status, how to handle errors (pocket near-full/paper jam error), and how to process MICR cleaning.

New MethodSetStatusBack, CancelError, MICRCleaning



Step 8 <IQA/Barcode function and Waterfall> [C#]
In addition to Step 7, describes how to set the IQA/Barcode methods, and Waterfall setting.

New MethodGetIqaResult, GetBarcodeData, SetWaterfallMode