Carriage return

I have a code that insert the received data on VaComm on VaTerminal using the AddText method.
How I can insert the carriage return.
I have tried using cat_sprintf :
..
         DatiRx.cat_sprintf("\n");
         TerminaleCNC->AddText(DatiRx);
...
but on Terminal not appear...
Why?
Thanks
Fabio