Hello, I have 2 identical USB NFC cardreaders that I want to use on the same system but for different purposes. The devices act like a keyboard. From a scan, 10 digits + a newline appear on stdin of the active program, which is obviously always the same target for both readers.
Is there any way to distinguish them, so different programs can listen to a different reader? Can I redirect the target of the devices or capture the number sequence somewhere else?
Is there any way to distinguish them, so different programs can listen to a different reader? Can I redirect the target of the devices or capture the number sequence somewhere else?