The question is that I have some HID devices that act as a keyboard (MSR, Barcode scaner, RFID reader) and I want to be able to read their input in my WPF application without the necessity for this to happen in say a text field in the application.
Is it possible to read from STDIN in a WPF application.
calling Console.ReadLine() returns null every time.