This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A51 :How to Clear UART with Assembler

Hi everyone,
i write an assembler-program with Keil µ-Vision with the device C515C-L which has an 8051 architecture.
Now I try to clear the UART window in the simulator with some assembler code.
Does anyone know if this is possible?
I found out that it is possible to do this in C by sending <ESC>[J
But how I can I send this using assembler?
Can I anyone help me?

The C-Example is here:
http://www.keil.com/support/man/docs/uv4/uv4_db_dbg_serialwin.htm

0