Looking for serial smartcard driver for QNX/Neutrino

Hello,

I’m looking for an source code example of how to drive the
any serial smartcard reader, preferably for Neutrino.

Is there anybody who has experience with writing
a smartcard driver who wants to share this with me?

I’m also interested in what the efford might be if
this driver is written from scratch?

Thanks in advance,

Olaf Bouman

If my memory is right smart card output simple data stream.
To supporting ANY smarcard reader you’d first have to
confirm that ALL smartcard reader have the same protocol.

In general writting a ressource manager for this type
of device is very simple. Probably having a rough prototype
going in 2-3 days. That’s assuming of course that all the information
about the device has been digged out first :wink:



“Olaf Bouman” <Ihatespam@olaf@tess.nlDontSpam> wrote in message
news:8FEEA1A77IhatespamolaftessnlD@209.226.137.4

Hello,

I’m looking for an source code example of how to drive the
any serial smartcard reader, preferably for Neutrino.

Is there anybody who has experience with writing
a smartcard driver who wants to share this with me?

I’m also interested in what the efford might be if
this driver is written from scratch?

Thanks in advance,

Olaf Bouman