Currently, the logger logs \r\n as literal characters and inserts new lines in the log. It should log the strings "\r" and "\n" instead, so that we can read it better.
This is somehow fixed since it logs complete command-responses. But for the serial logger should be implemented. Nevertheless, this issue will be closed, since it's not related to the serial logger.
Currently, the logger logs \r\n as literal characters and inserts new lines in the log. It should log the strings "\r" and "\n" instead, so that we can read it better.