Quote from feri on December 1, 2025, 10:48 pmIt doesn't work with the terminal because it adds "\r" to the end and not "\r\n" and, for example, with an "AT" command, the code: if( m_buffer.right(2) == "\r\n")
gives "T\r" and is always false and the commands are not recognized.
Regards
It doesn't work with the terminal because it adds "\r" to the end and not "\r\n" and, for example, with an "AT" command, the code: if( m_buffer.right(2) == "\r\n")
gives "T\r" and is always false and the commands are not recognized.
Regards