Has anyone had any success with the PointOfService.MagneticStripeReader objects? The sample from Microsoft UWP Examples (Git) does not even work with my card reader (iDTech IDRE-335133B) which is on the supported devices list for UWP.
I can get access to the device and claim it, but the events NEVER fire when I scan a valid card. The reader evens beeps twice (which means it has read and decrypted 2 data tracks successfully) but the events NEVER fire.
If anyone knows the trick to get this please let me know.
Chuck