Ruby on Rails
Monday, January 22, 2018
I have a Ruby on Rails web app via which I want to access my smart card reader connected to my PC via a USB.
The idea is to press a button in the web app to initiate read action in the card reader.[I have a ruby script to read the data serially].I however want to extend the functionality to the web app,i.e. when the user clicks the read button on the webapp the card details are read via the card reader and displayed in the web page(Ruby on Rails web app). I am not sure on how to go about it. These are some of the "sources" that I have encountered online which might be the possible way:
WebUSB API
chrome.usb
libusb
Anyone who has previously done the same please guide me on how to go about it.
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e1addec1-e9d9-4088-92f3-bf34b7301c12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment