Hi Steve,
Thanks for clearing that up.
Regards,
Daniel Pollit
Toronto, Canada
Search found 4 matches
- Sat Sep 15, 2007 12:27 pm
- Forum: Flowcode V2 & V3
- Topic: Trouble Using C code in FLOWCODE
- Replies: 4
- Views: 5465
- Thu Sep 13, 2007 7:17 pm
- Forum: Flowcode V2 & V3
- Topic: Trouble Using C code in FLOWCODE
- Replies: 4
- Views: 5465
Hi Steve, The code in the Calculation Box is RE = 4 + 4 When I run the program using C++ code FCV_RE= 4 + 4 ; the RE Variable stays at zero throughout and finally, the OUTPUT to PORTA of RE displays zero. When I substitute or add the Calculation Box as above, and execute the program, the value in RE...
- Wed Sep 12, 2007 7:52 pm
- Forum: Flowcode V2 & V3
- Topic: Trouble Using C code in FLOWCODE
- Replies: 4
- Views: 5465
Trouble Using C code in FLOWCODE
I am new to C++ and I am trying to learn it using FLOWCODE. I wrote a short program to add 4+4 in C and display it using FLOWCODE. This is the end of the program. //Initialisation //Interrupt initialisation code option_reg = 0xC0; //C Code //C Code: FCV_RE = 4 + 4 ; //Output //Output: RE -> PORT A t...
- Wed Sep 12, 2007 3:58 pm
- Forum: Formula Flowcode
- Topic: Trouble Learning C code in FLowcode
- Replies: 1
- Views: 4823
Trouble Learning C code in FLowcode
I am new to C++ and I am trying to learn it using FLOWCODE. I wrote a short program to add 4+4 in C and display it using FLOWCODE. This is the end of the program. //Initialisation //Interrupt initialisation code option_reg = 0xC0; //C Code //C Code: FCV_RE = 4 + 4 ; //Output //Output: RE -> PORT A t...