Using DEC commands to the Terminal Widget

I can sent Dec characters to the widget for cr (13) and ln(10) that works OK.

Will the Terminal Widget take Dec characters for clear screen? I cant get it to work.

Probably not… but sending one of these commands will…

terminal.clear();
Blynk.virtualWrite(vPin, "clr");  // Terminal Widget

Thanks for the reply, I’m using Python and sending my instructions using “Requests”, the above would not work.

Helps to include that info up front :stuck_out_tongue:

I am not not quite “clear” :smiley: what you meen by sending using requests, but the string clr is still clr however you send it, and thus it should still work… Well… Provided the developers haven’t changed that method :thinking: