I have an embedded device communicatiing with a host (with Tera Term) through USART. I realised the ASCII characters could be “extended” through the escape character ^[. For example, ^[A is “up arrow”.
Is there an ASCII escape for “clear line”? Where can I find a list of escapes?
This list is a list of ansi escape codes. Your terminal may or may not support them.
Following the more complete list mentioned there, you can see the following information: