Author |
Message |
Topic: Question about external interrupt |
hadeelqasaimeh
Replies: 2
Views: 3850
|
Forum: General CCS C Discussion Posted: Sun May 31, 2009 4:00 pm Subject: Question about external interrupt |
thank you |
Topic: Question about external interrupt |
hadeelqasaimeh
Replies: 2
Views: 3850
|
Forum: General CCS C Discussion Posted: Sun May 24, 2009 6:40 pm Subject: Question about external interrupt |
hi,
Can the external interrupt used to count a sine signal frequency???
Thank you |
Topic: Timer1 help |
hadeelqasaimeh
Replies: 3
Views: 7586
|
Forum: General CCS C Discussion Posted: Tue Jul 29, 2008 6:20 am Subject: Timer1 help |
hi Ttelmah
i think i got the idea,and i use Timer2 as you post,but still not working!
maybe there is some misunderstanding, here is the code:
#include<16f877A.h>
#fuses NOWDT, XT, NO ... |
Topic: Timer1 help |
hadeelqasaimeh
Replies: 3
Views: 7586
|
Forum: General CCS C Discussion Posted: Sun Jul 27, 2008 12:44 pm Subject: Timer1 help |
hello every body
i need timer1 to overflow every 1 second, how can i do that? i search but i cant find clear way to decide the value in set_Timer1(0xvalue)
any body can help me and explain, please? ... |
Topic: rfid help |
hadeelqasaimeh
Replies: 1
Views: 3067
|
Forum: General CCS C Discussion Posted: Wed Jun 04, 2008 4:46 pm Subject: rfid help |
hi community
its first time to work on RFID, so i do search here in forum, i have some questions please:
1- em drivers can work with any RFID reader?or just a specific kind?
2- Ex_rfid communicate ... |
Topic: strtok problem |
hadeelqasaimeh
Replies: 8
Views: 8581
|
Forum: General CCS C Discussion Posted: Sun Mar 16, 2008 6:32 pm Subject: strtok problem |
ckielstra,thank you very much for follow up,
i go back from beginning, i think there were many error in last code, so as i said before i go back,and start with this code
#include <16F877.h>
... |
Topic: strtok problem |
hadeelqasaimeh
Replies: 8
Views: 8581
|
Forum: General CCS C Discussion Posted: Sat Mar 15, 2008 5:52 pm Subject: strtok problem |
actually i face problem with English language sometimes, i will try to give you good explain soon, anyway i see pcm programmer answers in this post
http://www.ccsinfo.com/forum/viewtopic.php?t=22049& ... |
Topic: strtok problem |
hadeelqasaimeh
Replies: 8
Views: 8581
|
Forum: General CCS C Discussion Posted: Fri Mar 14, 2008 8:42 pm Subject: strtok problem |
thank you ckielstra
unfortunately still there is some problem! |
Topic: strtok problem |
hadeelqasaimeh
Replies: 8
Views: 8581
|
Forum: General CCS C Discussion Posted: Fri Mar 14, 2008 5:29 pm Subject: strtok problem |
hi pro's
i do some test to get a sentence from rs232 and strtok it from spaces, as shown from TX code, i send two sentence but just one of them appear on RX
here is tx code:
#include <16f874.h ... |
Topic: save string in eeprom |
hadeelqasaimeh
Replies: 9
Views: 8240
|
Forum: General CCS C Discussion Posted: Thu Feb 07, 2008 6:59 pm Subject: save string in eeprom |
.
- Do not use the same variables in your main and interrupt routine unless you really mean so. Now variable 'i' will get corrupted.
thank you changing 'i' to another new variable solve th ... |
Topic: save string in eeprom |
hadeelqasaimeh
Replies: 9
Views: 8240
|
Forum: General CCS C Discussion Posted: Thu Feb 07, 2008 7:47 am Subject: save string in eeprom |
ok ,im not surprised that you cant understand my code that every one have his own way to write and understand codes,any way there is some missing lines from this code,i try to simplify it there is lin ... |
Topic: save string in eeprom |
hadeelqasaimeh
Replies: 9
Views: 8240
|
Forum: General CCS C Discussion Posted: Wed Feb 06, 2008 8:44 pm Subject: save string in eeprom |
thank you
i try it,it work just once!!actually this just a segment from the code, code supposed to receive data ,then get the string which include the number and save it in eeprom, sometimes it need ... |
Topic: save string in eeprom |
hadeelqasaimeh
Replies: 9
Views: 8240
|
Forum: General CCS C Discussion Posted: Tue Feb 05, 2008 7:05 pm Subject: save string in eeprom |
i have a string contains phone number with 12 digit
i want to save it in the eeprom (address 0 to 11), any body have idea?
i try to do this:
read data:
for ( i=0;i<12;i++) ... |
Topic: help in keypad |
hadeelqasaimeh
Replies: 4
Views: 4970
|
Forum: General CCS C Discussion Posted: Tue Feb 05, 2008 6:55 pm Subject: help in keypad |
thank you |
Topic: help in keypad |
hadeelqasaimeh
Replies: 4
Views: 4970
|
Forum: General CCS C Discussion Posted: Fri Feb 01, 2008 7:02 pm Subject: help in keypad |
PCM programmer thank you for reply
i do computer simulation now, actually i dont understand kbd.c itself
sorry i'm confused a little
thank you again |
|