top of page

General Discussions

Public·224 members

TestSerialComm : Bad display

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,.~




41 Views

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.

About

Discussion, maintenance, and community building!

bottom of page