Search found 7 matches

by samdel
Fri Oct 27, 2006 8:06 pm
Forum: Flowcode V2 & V3
Topic: Flowcode
Replies: 7
Views: 7371

compilling problem

hello, After reinstalling Flowcode : When I try compile (compile Pic to asm) I have the following message in the cmd window : " unable to open input file Suite\p16f873.inc" "Preprocessor error" and the file p16f873.inc is in C:\Program Files\Microchip\MPASM Suite Where is the pro...
by samdel
Fri Sep 29, 2006 12:43 pm
Forum: Flowcode V2 & V3
Topic: interrupt on port B
Replies: 3
Views: 4522

interrupt on portB

This is a quick answer but when I spoke about a change it was only one edge on only one pin of portB (choice beetween RB4 .. RB7) and , when you simulate there is no perturbation , altough , in my program , when I examine the portB to read the keyboard , I had add a delay of 3 seconds to prevent rea...
by samdel
Fri Sep 29, 2006 10:44 am
Forum: Flowcode V2 & V3
Topic: interrupt on port B
Replies: 3
Views: 4522

interrupt on port B

hello, the macro "interrupt_portB" is executed twice (or more) every time for a single change on portB even with a simple program I have succeed one time (on a program doing nothing) using delays but it's not efficient on my actual program . You could see the problem using the simulation o...
by samdel
Sat Jul 01, 2006 9:32 am
Forum: Flowcode V2 & V3
Topic: existing flowcode to produce RS232 output
Replies: 3
Views: 5373

Problem of voltage levels using macros RS232

hello , severals questions about macros RS232 in flowcode 1) I would like to know if there is some tutorials about RS232 ? 2) What is the good value of the timeout ? 3) I use ISIS (proteus) to simulate a schematic where I link 2 pic 16F877 (RC6 : TX of pic1 to RC7 : RX of pic2) , I write 2 programs ...
by samdel
Mon Jun 26, 2006 12:30 pm
Forum: Flowcode V2 & V3
Topic: C and flowcode
Replies: 6
Views: 7917

pointers

Hi,
Thanks , it's works but if there is only the const char as parameter.
no more parameters, too bad.

Many thanks
Christian
by samdel
Sun Jun 25, 2006 5:22 pm
Forum: Flowcode V2 & V3
Topic: C and flowcode
Replies: 6
Views: 7917

const char*

hello, I would like to call a function and pass to it a string ("Vitesse" for example) as a parameter If I declare : const char *vit = "Vitesse du vent"; within the function , it's OK I can use it , but I would like this to be a parameter because I would like to use the same func...
by samdel
Sun May 07, 2006 6:53 pm
Forum: Flowcode V2 & V3
Topic: C and flowcode
Replies: 6
Views: 7917

problem with pointer

Hi,
I had a error message : a function cannot have a pointer as a parameter

because I would like to use a function finded , and the beginning of it is :
print_LCD(char cX, char cY, char *chaine)

Is it possible to solve my problem ?

thank you in advance

bests regards
Christian