I have a PC/SC abstraction layer I am working with (home brewed) and am curious how to determine the type of reader I may be interacting with. I am currently using a method that involved name regex matching of strings based on the name of the reader. This is fine, accept that no standard is in place on how to name a reader causing this method to be susceptible to error. Anyone have any concrete suggestions to try that may be based on some lower level communication with the reader?
Hope to hear some ideas!