Hi everyone

I got this line of code.

printf ("\033[2J\033[1;1H");

My program is working with rs232 terminal.

Can someone help me understand what does this line do?
I know it clears the screen.. but how exactly?

Thanks!