is there any way to connect to a smart card reader using java script?
my reader standard is PC/SC and I want to read data from card connected to it via javascript running on web page
is there any way to connect to a smart card reader using java script?
my reader standard is PC/SC and I want to read data from card connected to it via javascript running on web page
JavaScript cannot directly communicate with your reader though it can communicate with a java applet. See if your hardware provides such an applet.
Or see the question below for more options: