pedro2012:
i'm using Strings,
i didn't find examples for "toCharArray"
char buf[40]; // 40 is one more than the maximum number of characters we will be able to work with.
incomingData.toCharArray(buf,40);
pedro2012:
i'm using Strings,
i didn't find examples for "toCharArray"
char buf[40]; // 40 is one more than the maximum number of characters we will be able to work with.
incomingData.toCharArray(buf,40);