How do I scan from the card scanner in my application?

How do I scan from the card scanner in my application?

You can access the card scanner just like you would a check.

Simply feed from the card scanner rather than the main hopper.

All of the normal Ranger events will fire and images will be available just like images from a check.
To feed from the card scanner simply call the StartFeeding command giving it as the feeder type a 3 for card scanner.

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

    • Related Articles

    • Can the application set the image window size?

      There are ways for an application to set the scan window size in Ranger and there are a few scanners that provide "snippet window" capture. However, these features are almost never used by application programmers. I recommend that you do not ...
    • Where are scanner plug-in files located?

      The default program file location for a Ranger scanner plug-in is: C:\Program Files\Silver Bullet Technology\Ranger\Scanner Plug-ins\[plug-in name]\ Windows Vista: C:\ProgramData\Silver Bullet Technology\Ranger\Scanner Plug-ins\[plug-in name]\ ...
    • Will my application require changes if I attach a new check scanner?

      Your applications will plug-and-play with new check scanners provided that your programmers follow our development guidelines and they do not make any invalid assumptions about the scanners that they can be running on. For example, applications ...
    • How do I determine the IP Address of the scanner?

      These instructions are for the CR-120/CR-150 Network-Enabled Scanners. Once the network-capable scanner is installed and any firmware updates provided by Canon for the network-capable scanner have been installed properly, connect the scanner via USB ...
    • What happens when a scanner is not attached/turned on?

      This is how the logic flow works when a check scanner is not attached: The application calls Ranger.Startup() Ranger loads each plug-in and calls InitializePlugin() and AreDevicesAttached(). If no devices are attached to a plug-in, then it is ...