I have to use my # include <String.h> for the entire program,
then :
arduino cannot convert 'String' to 'char*' for argument '1' to 'char* strtok(char*, const char*)'
This seems to be quite common trouble,
I found a lot of questions on the subject on Google
I must use <String.h> and this is where the problem comes
I wanted (loved) use ARRAY [] [] of different sizes, but I'll probably end up with the same problem
This is the beginning of a project, just to learn for fun
I want to draw a window on my smartphon (Samsung S3) and send these commands via SMS to my Arduino MEGA
To do this I use BASICFORANDROID
I already know VB, Delphi Pascal and C #
I work all day with VBA
I use MicroSoft VisualStudio and VISUALMICRO to program ARDUINO, the debugger is useful
Tanks UHHeliBob