How can I access unique features of my check scanner?

How can I access unique features of my check scanner?

There are two ways to access unique scanner features.  Call SetDriverOption() to set scanner-specific parameters.  Ranger also provide a way to call low-level scanner API functions to access unique features that Ranger does not support through its portable API.  To access the low-level interface you can use Ranger's pass-through function and event.  See the Ranger API documentation for details.



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

    • Related Articles

    • 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 can I test my unique options with Ranger Flex?

      The version of Ranger Flex that comes with Ranger 3.0.1 and later will allow you to set your unique options. You can also test your unique options by setting them manually in your PluginName.ini file before running Ranger Flex. Ranger® - The ...
    • How can my plug-in define unique parameters?

      Each plug-in has an ini file for setting options that are unique to the scanner(s) that the plug-in supports. You specify which options are available by placing an ini file with the same root name as you plug-in DLL in the plug-in data directory ...
    • Can check scanner OCR read check amounts, dates, signatures, etc.?

      The OCR capability that comes with check scanners cannot read check amounts, dates, signatures and so on. There are vendors that offer software that can read this type of information from checks. Some of the companies that offer popular check reading ...
    • Should DeviceConnected() be called for each check scanner?

      The first plug-in function that gets called is AreDevicesAttached(). Since it returns what is essentially a yes or no answer, it presumably only reports that one or more devices are found to be available (attached) but not how many. If it returns ...