Question

I'm working on a java card project and I've just bought an Omnikey 3821 PinPad to use it as a smart card reader and pin keyboard for users. What I want, is to show a custom text on the screen of the pinpad expl (Instead of HID OMNIKEY 3821 I want to show : THIS IS A CUSTOM TEXT).

Was it helpful?

Solution

There is a CARDMAN SPE-API available which allows you to manage displayed text to some extent but it includes only native C library so you will probably need to use JNI to make it work from Java.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top