So you haven't change your original code?
USE serialisation in your code, and if that doesn't work THEN post any relevant code.
Your current code error tells you that it cannot parse a byte into a bytes array...
Dealing with strings in arduino is somewhat complex, so Erel created an "universal" serialisation lib to be used in cases like this one
So you haven't change your original code?
USE serialisation in your code, and if that doesn't work THEN post any relevant code.
Your current code error tells you that it cannot parse a byte into a bytes array...
Dealing with strings in arduino is somewhat complex, so Erel created an "universal" serialisation lib to be used in cases like this one