I need to create a system which in background can listen to all data inputs from a MSR (Magnetic Strip Reader).
I have a GUI in my program but I don't have the focus on it because another program simultaneously need to get the same data from the MSR.
There is no possibility to have the users creep two time the card, and neither to change the focus from one program to another.
The only workaround is to listen in background for all the inputs I think.
- How can I do that?
- There are already classes for that?
- There is a way to specifically listen only for MSR inputs?
Thanks!