Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top