When connecting to a Linux SDK target, be sure to set your newline character mapping accordingly. I have my receive and transmit newline character mapped to CR. Setting the character to LF should also work. Do not set your newline transmit mapping to CR+LF, as this may be interpreted as two consecutive newlines, and could result in subtle problems.
Matt
Matt
Comment