erivandosena / TwoRC522RPi

Two RFID readers with Raspberry Pi
10 stars 7 forks source link

Loop: SPI Closed! #5

Open alfredez opened 6 years ago

alfredez commented 6 years ago

Hello,

Thanks for posting your code. I want to use multiple readers(4, 6 or 8, I'm not sure yet), but I've an issue. When I run your code, it keeps repeating printing some Strings.

pi@raspberrypi:~/SPI-Py/TwoRC522RPi $ python run_main_test.py GPIO v.0.6.3 Thread LeitorCartao. Run... RFID-RC522 (Module 01) RFID-RC522 (Module 02) SPI closed! RFID-RC522 (Module 01) RFID-RC522 (Module 02) SPI closed! RFID-RC522 (Module 01) RFID-RC522 (Module 02) SPI closed! RFID-RC522 (Module 01) ^C trl+C received! Sending kill to Thread LeitorCartao RFID-RC522 (Module 02) SPI closed! Thread LeitorCartao.Turning off... pi@raspberrypi:~/SPI-Py/TwoRC522RPi $ ^C

How can I solve this? I'm new to Python, so I'm still learning.

gspinaci commented 6 years ago

UP