wizzomafizzo / mrext

Collection of extensions and utilities for the MiSTer system.
GNU General Public License v3.0
163 stars 11 forks source link

[NFC] Probe for serial device #77

Closed symm closed 7 months ago

symm commented 7 months ago

Make it easier to use serial based NFC readers by adding a new option to nfc.ini

[nfc]
probe_device=yes
2023/11/14 22:20:25 INFO attempting to probe for NFC device
2023/11/14 22:20:25 INFO trying pn532_uart:/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
2023/11/14 22:20:25 INFO success using serial: pn532_uart:/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
2023/11/14 22:20:25 INFO successful connect after 0 tries
sigboe commented 7 months ago

Hope I am not stepping on any ones toes, but I added support for changing this new setting in the nfcui and added it to the PR