I have two bar code scanners and I want to know which scanner send the code, because I have two process and each scanner get the code from each process.
I don't know if C# can get the ID from each scanner or the port or something like that.
I'm using C# with windows forms.
Update
I found this: How do I get serial Port device id?
and this: Get List of connected USB Devices
I was thinking know the scanner with the serial port... maybe is not the best way but will work