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 CCS Technical Support

Search found 10 matches
CCS Forum Index
Author Message
  Topic: Can someone explain to me the purpose of the following code?
wolfie840ca

Replies: 1
Views: 9366

PostForum: General CCS C Discussion   Posted: Sun Aug 12, 2018 9:12 pm   Subject: Can someone explain to me the purpose of the following code?
In the 18C242.h file, there is a single define like #define _bif that is used in the following:

_bif void set_tris_a(int8 value);
_bif void set_tris_b(int8 value);
_bif void s ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Wed May 09, 2018 1:12 pm   Subject: Terminal Mode
If CCS took out the terminal emulation mode, it might have been a decision based on cost (maybe) or lack of usage of escape sequences. Actually I might just use a Hyperterminal to get I/O and SIOW to ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Wed May 09, 2018 6:52 am   Subject: How to clear the screen in the CCS Serial Monitor
CCSInfo tech Support told me that their Serial Monitor used to have VT-100 escape sequence capabilities but they took this functionality out. They sent me a version that has VT-100 functionality built ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sun May 06, 2018 11:13 am   Subject: How to clear the screen in the CCS Serial Monitor
Ttelmah pointed out to me that "Serial Monitor is a serial 'history display' program." and not a terminal emulator. I tried using HyperTerminal and the ESC [2J escape sequence cleared the sc ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sat May 05, 2018 7:34 pm   Subject: How to clear the screen in the CCS Serial Monitor
I am using the standard CCS Serial Input/Output Monitor that is part of their IDE. There are no options in the Configuration menu to check what terminal it emulates. I am very familiar with the VT-100 ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sat May 05, 2018 3:50 pm   Subject: How to clear the screen in the CCS Serial Monitor
I tried the following puts and printf which did not work:

#define ASCII_ESC 27

void clear_terminal_screen()
{
//printf("In Clear Terminal Screen\r\n");
puts( "\033[2J" ) ...
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sat May 05, 2018 1:57 pm   Subject: How to clear the screen in the CCS Serial Monitor
I tried the suggestion you posted. It did not work. Where did you get this information anyways?
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sat May 05, 2018 11:38 am   Subject: How to clear the screen in the CCS Serial Monitor
I tried '\f' and "\f". The screen still does not clear.
  Topic: How to clear the screen in the CCS Serial Monitor
wolfie840ca

Replies: 17
Views: 36189

PostForum: General CCS C Discussion   Posted: Sat May 05, 2018 7:55 am   Subject: How to clear the screen in the CCS Serial Monitor
Hi there. Does anyone know how to send (perhaps) some escape sequences from a set of printf statements to the CCS serial port to clear the screen, set the cursor to a specific line, etc?
  Topic: E3Miniboard Book Exercise Issue
wolfie840ca

Replies: 1
Views: 7359

PostForum: General CCS C Discussion   Posted: Fri Apr 06, 2018 8:11 am   Subject: E3Miniboard Book Exercise Issue
Hello there. I purchased an E3Miniboard and it came with a book. I am trying the exercises and so far everything is working. However, Exercise 4-1 on page 55, first box, the RAM size does not increase ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group