So, I have an ASP.NET 5 application that uses MVC 6, and I want to connect and use a hardware component, a 6100 Check reader from Pertech Industries, and what I am given right now is a bunch of .dll files and c# model classes. How would I use the .dll files to let my application recognize this device and perform the api functions on it?
I have never worked with hardware components like this before so I am currently quite lost and would appreciate any help. Thank you for your time!