I am working with the SparkFun Simultaneous RFID Reader - M6E Nano and the Arduino Uno.
[https://www.sparkfun.com/products/14066]
I am trying to save tag UID when it is read from the RFID to the Arduino Uno so that it can then be sent to a wifi module.
I looked into EEPROM on the Arduino to do save the tag UID or using SoftwareSerial library although I am still unsure which way is more effective. Is there a method that is better in carrying this out?