1

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

Achraf
  • 67
  • 1
  • 6

1 Answers1

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