How can the CR-190i and CR-135i use NextItem or CurrentItem endorsing?

How can the CR-190i and CR-135i use NextItem or CurrentItem endorsing?

The CR-190i and CR-135i use Batch mode endorsing by default. 
They can be set to use NextItem or CurrentItem endorsing by setting up some driver options.
The default driver options file is Canon-CR135iCR190i.ini
By default the driver options are going to be located as described by the following link:

The file can be edited directly, or the settings can be edited programmatically using SetDriverOption()

First, "SortBy" must be set to PC.  This slows down the scanner, but allows more control by the PC.
The file can be edited as follows:
  1. [General]
  2. SortBy=PC
Then, "Dynamic" must be set. 
For NextItem: 
  1. [Endorser]
  2. Dynamic=Workaround
For CurrentItem:
  1. [Endorser]
  2. Dynamic=On

Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com



    • Related Articles

    • Why does SetEndorseText() in the SetItemOutput() event fail on the CR-180?

      You'll probably notice when you call SetEndorseText() on the CR-180 that it returns false. When any function in Ranger returns false, you can always check the Ranger log for a more detailed explanation. In this case the log it would contain: WARNING: ...
    • How do I change rear endorsing on a Panini 120e?

      The font for Panini 120e is smaller than for the NCR 7780 and you may find you have to move the endorsement/audit trail over so it falls in the appropriate zone. There's a limit of maximum characters and maximum characters per line. You can adjust ...
    • How do I use the Ranger ActiveX control in my .NET environment?

      There are two approaches to incorporate an ActiveX control into a Dot Net environment. The first approach involves adding the control into a form: Under [tools], please select "Add/Remove Toolbox Items..." or "Choose Toolbox Items..." to view the ...
    • Why will Bloodhound not start or crashes when using Ranger for the CR-180 v1.4.2

      The initial distribution of Ranger for the CR-180 (v1.4.21) does not include the msflxgrd.ocx (not installed by default on some platforms). Solution 1: Use an updated Ranger install (version 1.4.21.3 or later). Contact your Canon dealer or ...
    • Which installation script editor should we use?

      We use the NSIS script compiler and HM NIS to edit and compile Ranger plug-in installation scripts. You can download the software here: Nullsoft Scriptable Install System (NSIS) HM NIS - Editor/IDE for NSIS Install NSIS first and then install HM NIS. ...