Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Make Chrome browser access smart card reader

JavaCard Applet Development Related Questions and Answers.
Tarantino
Posts: 101
Joined: Wed Aug 19, 2015 1:56 am
Points :478
Contact:

Make Chrome browser access smart card reader

Post by Tarantino » Thu Dec 29, 2016 10:56 pm

I would like to implement that my Chrome browser can recognize and access the smart card reader(USB device). But now I can not see it via usb.getDevices. Have anyone done this before? Many thanks.
The greatest glory in living lies not in never falling, but in rising every time we fall.--Nelson Mandela

User avatar
marjkbadboy
Posts: 33
Joined: Fri Jul 31, 2015 2:47 am
Points :217
Contact:

Re: Make Chrome browser access smart card reader

Post by marjkbadboy » Fri Dec 30, 2016 4:57 am

Use an alternate USB driver, then have a try.
e.g.
- WinUSB
- libusb-win32
- libusbK

You can check Zadig installer for these.
It's hunting season!

Thelogan
Posts: 40
Joined: Thu Aug 20, 2015 4:48 am
Points :250
Contact:

Re: Make Chrome browser access smart card reader

Post by Thelogan » Fri Dec 30, 2016 5:50 am

Usually, the device can not be recognized by Chrome App when the native driver from HID Global is used.

Tarantino
Posts: 101
Joined: Wed Aug 19, 2015 1:56 am
Points :478
Contact:

Re: Make Chrome browser access smart card reader

Post by Tarantino » Fri Dec 30, 2016 5:57 am

marjkbadboy wrote:Use an alternate USB driver, then have a try.
e.g.
- WinUSB
- libusb-win32
- libusbK

You can check Zadig installer for these.

Thanks for your answer. Now it can be recognized by chrome.usb API. Thanks again. Happy new year, my friend.
The greatest glory in living lies not in never falling, but in rising every time we fall.--Nelson Mandela

tieuhaoluong
Posts: 14
Joined: Mon Sep 19, 2016 12:28 am
Points :372
Contact:

Re: Make Chrome browser access smart card reader

Post by tieuhaoluong » Tue Jan 10, 2017 10:23 pm

I want to connect smart card reader with chrome extension too. Can you help me?
Thanks!

Thelogan
Posts: 40
Joined: Thu Aug 20, 2015 4:48 am
Points :250
Contact:

Re: Make Chrome browser access smart card reader

Post by Thelogan » Wed Jan 11, 2017 5:27 am

tieuhaoluong wrote:I want to connect smart card reader with chrome extension too. Can you help me?
Thanks!


I am still researching this technical,not completed yet. But If you have any problem now,you can post it here, perhaps I can help you.

tieuhaoluong
Posts: 14
Joined: Mon Sep 19, 2016 12:28 am
Points :372
Contact:

Re: Make Chrome browser access smart card reader

Post by tieuhaoluong » Thu Jan 12, 2017 9:25 pm

I'm using FIDO U2F Extension and modify it. So I can use it to send NativeMessage to an application written by C#. How do you think about this way?
Thank you!

User avatar
UNKNwYSHSA
Posts: 630
Joined: Thu May 21, 2015 4:05 am
Points :3053
Contact:

Re: Make Chrome browser access smart card reader

Post by UNKNwYSHSA » Thu Jan 12, 2017 9:57 pm

tieuhaoluong wrote:I'm using FIDO U2F Extension and modify it. So I can use it to send NativeMessage to an application written by C#. How do you think about this way?
Thank you!


Yes, that is feasible.
You can implement your C# application as server, and the extension as one client, communicate with socket;
And the chrome have apis for socket, here is the document: https://developer.chrome.com/apps/socket
sense and simplicity

User avatar
JavaCardOS
Posts: 273
Joined: Thu Apr 30, 2015 12:00 pm
Points :2403
Contact:

Re: Make Chrome browser access smart card reader

Post by JavaCardOS » Mon Jan 16, 2017 2:50 am

tieuhaoluong wrote:I'm using FIDO U2F Extension and modify it. So I can use it to send NativeMessage to an application written by C#. How do you think about this way?
Thank you!


You can refer to this CCID Device Chrome Demo Extension viewtopic.php?f=25&p=3149.

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 45 guests

JavaCard OS : Disclaimer