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).

Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top