RFID reader code that waits for the user to scan their badge.
ipatch
Posts: 1
I am in the process of developing an iOS application that interfaces with a parallax RFID reader. The current version of the app can be found here. Right now I have an UIAlertView pop up when the user clicks a button within the application. The part I have difficulty coding is the part where the user scan the RFID badge and inputs the characters to the textfield located with the UIAlertView. I am thinking that I am going to have to use some form of iteration to have the program wait for the user to swipe their badge. I asked a similar / identical question over at stackoverflow.com. It can be found here Any thoughts or suggestions are welcome.
Comments
Your program is event-driven and that always complicates things like serial I/O that are dependent on other events (like receiving serial characters). You'll need to get help from Apple's documentation and the various forums for jailbroken iOS users.