How can I test my unique options with Ranger Flex?

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 universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • Why doesn’t Ranger Flex recognize my device feature?

      Ranger Flex determines which generic options to display based on the TransportInfo.ini values. Ranger creates the TransportInfo.ini file based on the device features described in the XML layout setup in your plug-in's GetDeviceConfiguration() ...
    • 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 ...
    • How can I set CAPI Ini file options through Ranger?

      The application can set the following values with the call to "SetDriverOption". After calling "EnableOptions" these options will be copied to the corresponding CAPI ini files. Use caution when setting these vales as they will overwrite the options ...
    • Ranger Installation Options

      Silent Install - /S - You can find additional installation details here When ranger is installed silently no dialog is shown to the user. So you could embed the ranger installer within your own script, extract it and run it from your install script. ...
    • 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 ...