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

help about serial port monitor

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



Joined: 15 Sep 2008
Posts: 1

View user's profile Send private message

help about serial port monitor
PostPosted: Mon Sep 15, 2008 3:41 am     Reply with quote

HI

I have a project about (PIC16F876, LCD, KEYPAD and SERIAL). I want to display data transferred from terminal to PC on serial port monitor of PCW. How I do that ?
thanks
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Sep 15, 2008 2:07 pm     Reply with quote

This line is used to setup the "pin B3" debug monitor for the CCS IDE.
This feature only exists if you have PCW, PCWH, or PCWHD.
Code:
#use RS232(DEBUGGER)

This thread has an example of how to use it in a program:
http://www.ccsinfo.com/forum/viewtopic.php?p=37113

Also see this post about using the Debug monitor with streams:
http://www.ccsinfo.com/forum/viewtopic.php?t=30686

This page shows that pin B3 on the PIC must be connected to pin 6 on
the ICD connector, to use the debug monitor with the CCS IDE:
http://www.ccsinfo.com/faq.php?page=icd_connection
Rod Gilchrist



Joined: 22 Oct 2008
Posts: 1

View user's profile Send private message

PostPosted: Wed Oct 22, 2008 12:56 pm     Reply with quote

Also, you need to select 'Userstream enabled true' on the 'Debug Configure' window. This is with PCW version 4.079 anyway.
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