1
vote
1answer
316 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. ...