0
votes
0answers
136 views

UART connection b/w Arduino Uno and UHF RFID reader

Working on integrating this RFID reader with an Arduino UNO using standard RS232. Using the Rx, Tx, Power (+12V) and GND wires from the Reader and creating a soft serial connection. Here is sample ...
1
vote
1answer
313 views

RFID Reader coding

I Have got my ID-12 module active and putting out the RFID tags' details to Serial as String valu = port.readStringUntil('\n'); ... then I print that to serial. ...
2
votes
1answer
721 views

RFID Reader UART

Was wondering if someone could give me a hand with a project that I am undertaking. I have searched forums high and low and am yet to find the information to solve my problems. Basically I have an ...