Search found 7 matches

by Camusensei
Tue Apr 10, 2007 6:04 pm
Forum: Flowcode V2 & V3
Topic: Analog to Digital Voltage with the 16F877A PIC [resolved]
Replies: 2
Views: 3344

ok thank you very much !
This is exactly what I was looking for !
by Camusensei
Thu Apr 05, 2007 8:31 pm
Forum: Flowcode V2 & V3
Topic: Analog to Digital Voltage with the 16F877A PIC [resolved]
Replies: 2
Views: 3344

Analog to Digital Voltage with the 16F877A PIC [resolved]

Hello again everyone! Someone told me about an Analog-Numeric-Tension converter implmented in the 16F877A PIC. I made several Google searches with no results, and I would like to know : -On which pin I will measure the tension -How I can tell the PIC to convert the analogical tension into a numerica...
by Camusensei
Thu Apr 05, 2007 8:08 pm
Forum: Flowcode V2 & V3
Topic: OR operator not working? [resolved]
Replies: 5
Views: 5246

OK, I tried the first method working fine and I'll use the second I have to use it^^

Thank you very much all of you!
by Camusensei
Sun Apr 01, 2007 9:33 pm
Forum: Flowcode V2 & V3
Topic: OR operator not working? [resolved]
Replies: 5
Views: 5246

OH, thank you very much!
I'll try it tomorow and I'll tell you!

see ya!
by Camusensei
Sun Apr 01, 2007 4:48 pm
Forum: Flowcode V2 & V3
Topic: 16F913
Replies: 9
Views: 7448

sorry but the only pics supported by flowcode are these ones in the 16FXXX serie : PIC16F627A, PIC16F627, PIC16F628A, PIC16F628, PIC16F630, PIC16F648A, PIC16F676, PIC16F684, PIC16F688, PIC16F636, PIC16F716, PIC16F72, PIC16F737, PIC16F73, PIC16F747, PIC16F74, PIC16F767, PIC16F76, PIC16F777, PIC16F77,...
by Camusensei
Sun Apr 01, 2007 2:51 pm
Forum: Flowcode V2 & V3
Topic: 16F913
Replies: 9
Views: 7448

1) speak english
2) what do you mean?
3) you can always use this pic in flowcode if you have got the right version of flowcode
by Camusensei
Sat Mar 31, 2007 8:38 pm
Forum: Flowcode V2 & V3
Topic: OR operator not working? [resolved]
Replies: 5
Views: 5246

OR operator not working? [resolved]

Hello, I need to see an application exaple for the "OR" operator... In an IF function, I tried : touche = 1 OR touche = 2 OR touche = 3 OR touche = 4 (was only true if touche = 4) and touche = 1 OR 2 OR 3 OR 4 (was always true) Perhaps I am not correctly using the "or" operator? please tell me how t...