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).
Asked
Active
Viewed 457 times
1 Answers
1
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.

jariq
- 11,681
- 3
- 33
- 52
-
what CARDMAN SPE-API is used for please ? – Achraf Apr 03 '14 at 11:31
-
It contains a library with C functions that allows you to show custom text on the screen of the pinpad - exactly what you asked for. – jariq Apr 03 '14 at 11:37