-->
Page 2 of 2

Re: I need help!

PostPosted: Tue Jun 23, 2015 9:52 pm
by martinayotte
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.