General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#60425 Internally esp basic uses the arduino strings library for storing information.

The problem with this is that chr(0) is the terminating character for a string and it iis not possible to read beyond this point.

If the data was internally stored as some thing besides strings it would be fine but because arbitrary variable lengths are required it is currently impossible.
User avatar
By monki100
#60443 Thank you for your quick response,
Is it possible to insert a command, which is eg In to an array of bytes.
Example udpwrite data ()