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

hardware problem

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



Joined: 22 Nov 2006
Posts: 6

View user's profile Send private message Send e-mail MSN Messenger

hardware problem
PostPosted: Tue Jan 02, 2007 5:46 pm     Reply with quote

this is my code to test the pic16f877 operation
Code:

#include <16f877.h>
#use delay(clock=4000000)
#fuse XT,noprotect,nowdt

main() {
set_tris_b(0x00);
output_b(0xff);
}

proteus program for simulation give good results for this code but no result when i deal with the hardware . I didn`t know where the problem is.
I use the following programs:

pcwh 3.249
icprog (downloader)
the programmer circuit is jmd programmer
proteus for simulation

please help me
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Jan 02, 2007 6:05 pm     Reply with quote

See the three main things for new users of CCS, in the following post:
http://www.ccsinfo.com/forum/viewtopic.php?t=26696&highlight=nolvp+sleep&start=2
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