when i compile the programm, i receive :
I:\ELECTRONIQUE\PETOY\ModuleTests\testSerialComm\testSerialComm.ino: In function 'void loop()':
I:\ELECTRONIQUE\PETOY\ModuleTests\testSerialComm\testSerialComm.ino:38:33: warning: invalid conversion from 'const char*' to 'char*' [-fpermissive]
char* c = inBuffer.c_str();
And on my serial monitor i have :
07:06:22.446 -> start
07:06:22.446 -> 8
07:06:22.446 -> i~
07:06:22.446 -> 16
07:06:22.446 -> 1,.~
That’s fine. The program will print non-displayable characters. It’s in test stage. We need to better document what it is doing though.
In fact the program execute the void setup and the void loop but i have again the error when i compile