The use of the ESP8266 in the world of IoT

User avatar
By martinayotte
#21461 It is not simply about remove them, it is to send really the CRLF instead of those \r\n.
This is not easy to send that interactively in a simple terminal. If you've doing that from a PC, you need to have a script to do that, such python talking to serial port.
If you are doing it from an arduino sketch, then your print("...\r\nHost : ...") will be translate the CRLFs by arduino code itself.