I am working on a project which uses an Arduino Uno and a Sparkfun RFID reader. I have easily been able to monitor serial data from the RFID reader via RX and TX pins on the Arduino. However, my project really doesn't need to process the serial info. It, more or less, needs to use the RFID signal as a trigger to execute certain tasks (light up lights, play buzzers, etc). So, my question is, "Is there any way to use a serial signal as a simple HIGH or LOW rather than it being serial information?" How would I go about doing this? Sorry if the description is vague, I am very new to Arduino.
strunkbrody:
So, my question is, "Is there any way to use a serial signal as a simple HIGH or LOW rather than it being serial information?"
As others have said you probably can do that. But what would be the advantage compared to the normal process of dealing with the data from the RFID reader?