How do I enable the physical endorser with EC9000?

How do I enable the physical endorser with EC9000?

Virtual endorsement has precedence over the physical endorser. In order to ink an item you must turn on the endorser in GenericOptions.ini.
  1. // GenericOptions.ini
  2. [OptionalDevices]
  3. NeedRearEndorser = true
You'll also need to make sure virtual endorsement is disabled in RDMScanner.ini
  1. // RDMScanner.ini
  2. [VirtualEndorsement]
  3. VirtualEndorsementMode = None


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

    • Related Articles

    • TransportInfo doesn't report my endorser with SB1500/SB1600 transports

      The SB1500 and SB1600 are only able to report if an Ink cartridge is installed. These transports don't directly have a way to query the transport configuration. If your scanner has an endorser but there is no cartridge present the scanner API will ...
    • How do I enable logging for the CaptureOne?

      Steps to Enable logging in Windows XP Go the "Control Panel" and select "Add or Remove Programs". Find "Epson TM-S1000 Driver Version X.XX" in the list and click "Change/Remove". In the new window select "Modify" and then "Next". Check the "Log ...
    • How do I enable double-feed detection in my Ranger application?

      When it comes to enabling double-feed detection, older versions of Ranger and newer versions behave differently. It is best to upgrade to the latest version of Ranger whenever you can. To enable double-feed detection, make the following call when ...
    • How can I enable/disable the feed button on the SmartSource Pro?

      Ranger provides an INI option that you can use to enable and disable the feed button. The option is located in a file called CapiOptions.ini. Where are the Ranger INI files located? Here's the option that you can change: ...
    • How do I enable image file set support?

      When Ranger is is in the TransportChangeOptions state call: Ranger.SetGenericOption("OptionalDevices", "NeedImaging", "true"); Ranger.SetGenericOption("OptionalDevices", "NeedFrontImage1", "true"); Ranger.SetGenericOption("OptionalDevices", ...