scpcsc_feed is a command-line utility for Windows which is a companion-tool for MultiConf in case you need to configure numerous SpringCard PC/SC couplers in batch mode, or change the settings quickly without a needing a full-featured GUI.
scpcsc_feed is available at https://files.springcard.com/pub/scpcsc_cfg.zip. Just unzip the archive in the folder you want, and open a command prompt (cmd.exe) in this folder to use the tool from the command line.
Connect a SpringCard PC/SC coupler to your computer, and invoke scpsc_feed without any parameter to see the integrated help:
C:\springcard>scpcsc_feed SpringCard -- scpcsc_feed ------------------------- Read/write data in the non-volatile memory of a SpringCard PC/SC Reader Build : Apr 15 2015 Copyright (c) 2010-2013 Pro Active SAS, France Go to www.springcard.com for information and updates. Connected through PC/SC. Connected, device : SpringCard Prox'N'Roll HSP 2.00 [1] Firmware features : 0073232F Usage: scpcsc_feed -d dump configuration registers scpcsc_feed -r XX show value of register XX scpcsc_feed -s XX=YYYY... write register XX with value YYYY... scpcsc_feed -e erase all configuration registers scpcsc_feed -sf FILE write register(s) from config FILE scpcsc_feed -t XX=YYYY... set temporarily register XX with value YYYY... scpcsc_feed -tf FILE set temporarily register(s) from config FILE C:\springcard>
A few interesting commands
Read-back the current configuration
scpcsc_feed -d
Restore the factory configuration (blank all registers)
scpcsc_feed -e
Apply the configuration from a MultiConf project
scpcsc_feed -sf [file.multiconf]