So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By martinayotte
#63678 The next issue you have with your code is that "val" is a single character.
It should be printing fine with the Serial.print(val), but to have the full line received from RFID, you need to accumulate ALL characters in a seperate buffer, not just send the last one with client.println()