I have two applications for the TMS570 (20216) and in one instance the calls to sciSend deliver only the characters included in the call, such as:
sciSend(sciREG1, 8, (unsigned char *) Errors);
In this instance there are 4 (2 byte) values contained in "Errors" and the values are displayed consecutively on the same line in the terminal window.
In a second program the same code will produce a line feed after each value is displayed. BTW, both programs use the call to sciInit(), but is it possible that one is setup to produce the LF's automatically and one is not?
Regards,
Tom Dillon