I am trying to develop an App to get Mifare card UID (CSN) with the PC/SC library to be used on a Dell notebook that has the contactless reader. My code works on some laptop, but it doesn't work on a laptop that has the NFC Proximity Provider driver displayed in the Device Manager.
I have tested the ProximityDevice code on the laptop that have the NFC Proximity Provider and it received the events as expected but I cannot get the card UID. It seems that all the cards scan are routed to the NFC app and not the PC/SC app.
Is there a setting to be made on the laptop for the PC/SC code to work?