Sorry for my Stupid question, but when I try to use the array, I receive the message: "invalid conversion from 'char*' to 'uint8_t*'"
Either change the type to uint8_t (from char) or use a cast.
int charCount = client.read((uint8_t *)rec, 9);
Sorry for my Stupid question, but when I try to use the array, I receive the message: "invalid conversion from 'char*' to 'uint8_t*'"
Either change the type to uint8_t (from char) or use a cast.
int charCount = client.read((uint8_t *)rec, 9);