Author |
Message |
Topic: timer0 |
engineer_1
Replies: 1
Views: 3250
|
Forum: General CCS C Discussion Posted: Tue Oct 09, 2007 5:12 am Subject: timer0 |
hi friends,
i am new with timer topics.so i need your help.in order to understand main progress of timer0 i need a simple code block.i want my timer0 to count when i press a button and stop when i pr ... |
Topic: interrupt |
engineer_1
Replies: 8
Views: 8084
|
Forum: General CCS C Discussion Posted: Fri Jul 13, 2007 12:45 am Subject: interrupt |
thank you very much for your helps.i understood interrupts.you say that external interrupt is easy then rb4-rb7 interrupts.what should i change for rb0 interrupts. |
Topic: interrupt |
engineer_1
Replies: 8
Views: 8084
|
Forum: General CCS C Discussion Posted: Thu Jul 12, 2007 7:40 am Subject: interrupt |
i am so sorry.last message was mine.i have asked it.but forget to be logined before sending message. |
Topic: interrupt |
engineer_1
Replies: 8
Views: 8084
|
Forum: General CCS C Discussion Posted: Thu Jul 12, 2007 2:18 am Subject: interrupt |
hi everybody,
i am new to interrupts so i am trying to learn it.i use 16f877.and b port interrupts(b4-b7).i want to connect a button to rb4 as interrupt button.when i press this button i want my led ... |
Topic: lcd problem |
engineer_1
Replies: 1
Views: 3203
|
Forum: General CCS C Discussion Posted: Sun May 27, 2007 11:36 pm Subject: lcd problem |
hi everybody,
we can all write anything to lcd with putc command.with putc command (" ") its simple to write betweeen quotes.but if i say char a[6]="hello" and
write lcd_putc(a) ... |
Topic: rs232 communication problem |
engineer_1
Replies: 1
Views: 3296
|
Forum: General CCS C Discussion Posted: Fri May 25, 2007 6:22 am Subject: rs232 communication problem |
hi;
i communicate 16f877 and pc via a delphi interface program.at first i give power to PIC card and then i start my computer.i open my delphi program and run it.but it doesnt communicate with PIC.i ... |
|