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 4 matches
CCS Forum Index
Author Message
  Topic: Communication between PIC16F877A and PIC16F877PT
leeyung

Replies: 1
Views: 4624

PostForum: General CCS C Discussion   Posted: Tue Mar 03, 2009 8:39 pm   Subject: Communication between PIC16F877A and PIC16F877PT
Hi all, I'm very new to PIC microcontroller, but I would like to communicate between two PIC which are PIC16F877A and PIC16F877PT.

In fact I'm planning to build a robot, there is a sensor array con ...
  Topic: Problem in Using LCD 16X2 (Model: Topway LMB162ABC)
leeyung

Replies: 1
Views: 4239

PostForum: General CCS C Discussion   Posted: Mon Mar 02, 2009 5:10 am   Subject: Problem in Using LCD 16X2 (Model: Topway LMB162ABC)
Hi all, I am very new to electronics. I would like to seek help regarding the initialization of LCD with PIC16F877A. I had configured my hardware PIC16F877A to connect with this 16X2 LCD (Topway LMB16 ...
  Topic: Problem on using TIMER1 on PIC16F877A as counter
leeyung

Replies: 2
Views: 4702

PostForum: General CCS C Discussion   Posted: Wed Feb 25, 2009 8:01 am   Subject: Problem on using TIMER1 on PIC16F877A as counter
Hint use code buttons....

set_timer1(0); //Reset counter
do{
count=get_timer1(); //Resulting count is read using get_timer()
if (count==3) //if 3 ...
  Topic: Problem on using TIMER1 on PIC16F877A as counter
leeyung

Replies: 2
Views: 4702

PostForum: General CCS C Discussion   Posted: Tue Feb 24, 2009 10:27 am   Subject: Problem on using TIMER1 on PIC16F877A as counter
hi all, i am very new in electronics, but i would like to do a very simple counter to count the pulse. I have an opto sensor which produce 5V when blocked and 0V when unblocked, this will create a tra ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group