Why does Honeywell POS4NET fire the same event for two different scanners?
问题 I want to read input from two Honeywell scanners, namely Voyager 1202g and Orbit 7190g . For some business requirements, both devices need to be used from the same machine. Both scanners use the Honeywell POS4NET driver. I need to know, which scanner is delivering the data. The Scanner objcts are created as follows // This code is only for illustrating how my application works // and may therefore be incomplete. Microsoft.PointOfService.PosExplorer posExp = new PosExplorer(this);