Remote Firmware Upgrade of HID OMNIKEY 5427 CK Smart card Reader using Windows CE embedded device

3.4k views Asked by At

There was a requirement from a customer that they want a solution to upgrade the firmware of the HID OMNIKEY 5427 CK Smart card Reader remotely from an embedded device on which it is connected to. The embedded device runs Windows CE OS. They want a solution that runs on the embedded device and upon need they want to upgrade the firmware.

I read from the HID global documentation that this can be done in 2 ways.

  1. Via a web server that starts when you connect the card reader to your Windows PC.
  2. Via APDU commands in CCID mode.

It seems like the first option of booting a web server in the embedded device looks like a vague approach.

So, I am currently focusing on the second method of sending APDU commands to the card reader via CCID mode.

Does windows CE support the APDU communication for smart card readers? If so, is there some specific dll that I have to utilise and the corresponding APIs?

I am very new to this smart card environment and If you people could help me with some pointer, it will be greatly appreciated.

Thanks in Advance.

0

There are 0 answers