Category: Products families
-
PC/SC Troubleshooting on Windows
Following our PC/SC installation guide on Windows, you’ve installed the appropriate driver, and made sure the “Smart Card” service is running on your Windows computer. But still, your PC/SC reader doens’t appear on PC/SC Diagnostic. Please first check in your device manager that your SpringCard PC/SC reader is properly installed (it should appear under Smart…
-
Accessing Reader’s configuration from command line and in batch mode
All SpringCard PC/SC Readers feature a set of Configuration Registers that allow to alter the Reader behaviour to match a particular hardware setup or end-user requirement. Editing the configuration is easy thanks to MultiConf, the new versatile configuration tool that covers all SpringCard products. But MultiConf is a GUI-application. When it comes to configuring numerous…
-
EAS management for ICODE SLI/SLI-X (standard, type S and type L)
ICODE SLI are ISO 15693 compliant but feature proprietary extensions not implemented in the reader’s firmware. However, you can use those features in transparent mode. The following post will focus on EAS management with this type of tag. The function entries described are available in the CSB6 SDK. EAS management in the different ICODE SLI types The…
-
SpringCard PC/SC SDK version 2.12
The version 2.12 of our PC/SC SDK is now available for download: pcsc-sdk_2-12.zip. You can use it with our products in the SpringCard CSB6 Family (CSB6, Prox’N’Roll PC/SC, EasyFinger and CrazyWriter) and our NFC readers/encoders (H512, NFC’Roll).
-
Firmware release 1.75 for H512 and NFC’Roll
A new firmware version (release 1.75.2) has just been published for SpringCard H512 and NFC’Roll. This firmware improves the behaviour in card emulation and peer-to-peer (initiator) mode, allowing more reliable exchanges with most smartphones running either in reader or peer-to-peer (target) mode. The same version will be released very soon for H663 and Prox’N’Roll PC/SC.…
-
Using SCardControl under Linux and from a Java program
SCardControl is the PC/SC function that makes it possible for the application to invoke ‘proprietary’ functions, implemented either in the PC/SC reader itself (CSB6, Prox’N’Roll PC/SC, EasyFinger or CrazyWriter) , or in its driver running on the PC, or in the PC/SC middleware. The prototype is: LONG SCardControl( SCARDHANDLE hCard, DWORD dwControlCode, LPCVOID lpInBuffer, DWORD nInBufferSize, LPVOID lpOutBuffer, DWORD nOutBufferSize, LPDWORD…