Serial.available using RS485 not working inside class

Hello

Try change send(char* c) to send(const char* c)

1 Like