How do I connect to an Expert/Expert-Elite with RangerForSmartPVA?

How do I connect to an Expert/Expert-Elite with RangerForSmartPVA?

Expert/Expert-Elite scanners are supported with RangerForSmartPVA versions 2.1.0.0 and higher.

To connect to the scanner, the ip-address of the PC and the ip-address of the scanner must both be set in Burroughs-SmartPVA.ini
Default location: %ProgramData%\Silver Bullet Technology\Ranger\Scanner Plug-ins\Burroughs-SmartPVA

The options are shown as below:
  1. [General]
  2. // This property should be set to the IP address of the network interface card on the network
  3. // with an ip connected scanner
  4. // If this or ScannerIpAddress are blank, USB connected scanner will be used
  5. // EXAMPLE:
  6. // HostIpAddress=192.168.254.99
  7. HostIpAddress=192.168.254.34
  8. // This property should be set to the IP address or hostname of an ip connected scanner
  9. // If this or HostIpAddress are blank, USB connected scanner will be used
  10. // EXAMPLE:
  11. // ScannerIpAddress=192.168.254.55
  12. ScannerIpAddress=192.168.254.18
They can be set programmatically as shown below:
  1. ranger.SetDriverOption("General", "HostIpAddress", "192.168.254.99");
  2. ranger.SetDriverOption("General", "ScannerIpAddress", "192.168.254.55");

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