Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rc522_reader seems to "hang" after the first match of a id in /etc/RC522.conf #2

Open
GoogleCodeExporter opened this issue Jul 20, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  rc522_reader seems to "hang" after the first match of a id in 
/etc/RC522.conf
2.
3.

What is the expected output? What do you see instead?

I would expect it to display "Exit" and return, or continue in the loop

/etc/RC522.conf is as follows;

cat RC522.conf 
# SPI_SPEED - spi clock rate in kHz. Must be >=4 and <=125000
SPI_SPEED=5000

#User id and group id (no user root allowed)
UID=500
GID=1002

# Path for store memory dump of UltraLight tags. File will named as serial 
number.
NEW_TAG_PATH=/tmp/

#GPIO pin (bsm2835 gpio number!) for indiction of active tasks.
GPIO=18

[0457ce6acb3182] whoami >>/tmp/wh


What version of the product are you using? On what operating system?

~/rpi-rc522-read-only/rc522# uname -a
Linux incubot 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux

~/rpi-rc522-read-only/rc522# cat /etc/debian_version 
7.2

~/rpi-rc522-read-only/rc522# cat /etc/rpi-issue 
Raspberry Pi reference 2013-06-19 (armhf)
Generated using spindle, http://asbradbury.org/projects/spindle/, 8cb754e, 
stage4-lxde-edu.qed

~/bcm2835-1.36# ls
aclocal.m4  ChangeLog     config.h     config.log     config.sub  configure.in  
depcomp  examples  install-sh  Makefile     Makefile.in  NEWS    src
AUTHORS     config.guess  config.h.in  config.status  configure   COPYING       
doc      INSTALL   ltmain.sh   Makefile.am  missing      README  stamp-h1


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jul 2014 at 4:36

@GoogleCodeExporter
Copy link
Author

So if you run it under "-d", it displays the output "Exit", and then hangs.

Original comment by [email protected] on 16 Jul 2014 at 4:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant