CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

RS232 and Hyper Terminal

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Tom-H-PIC



Joined: 08 Sep 2003
Posts: 105
Location: New Castle, DE

View user's profile Send private message

RS232 and Hyper Terminal
PostPosted: Thu Jul 13, 2006 7:30 am     Reply with quote

Is there a way to clear the screen in Hyper Terminal with out restarting the program?
Thanks All Tom
drolleman
Guest







PostPosted: Thu Jul 13, 2006 8:39 am     Reply with quote

this clears the hyper terminal screen


putc(0x1b);
printf("[2J ");
putc(0x1b);
printf("[H");
epideath



Joined: 07 Jun 2006
Posts: 47

View user's profile Send private message

PostPosted: Thu Jul 13, 2006 8:40 am     Reply with quote

I use CTRL-L
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group