Search found 84 matches

by ALAN_26
Thu Nov 15, 2007 5:31 pm
Forum: Flowcode V2 & V3
Topic: Interrupt Handling ?!
Replies: 11
Views: 9455

Hello Sean I am trying to impellent the custom interrupt for rs232 , but I cant get it to work I don’t know much about C so I think I’m doing something wrong . Firs I enable the interrupt by copy paste this in a C box UCSRB |= ((1 << RXCIE) | (1 << RXEN)); Than let’s say a want to call a macro...
by ALAN_26
Wed Nov 07, 2007 10:09 am
Forum: Flowcode V2 & V3
Topic: PIC12F508,509,510 PROBLEM
Replies: 4
Views: 5560

PIC12F508,509,510 PROBLEM

Hello Steve There is a problem when compiling to hex for PIC12f508 , 509 , and 510 , I just put port A = 1 and it fails to compile . If it is possible I also need an fcd file for pic12c508 AND 509. Thanks in advance Regards Alan File name: C:\Documents and Settings\Owner\Desktop\12f509\Flowcode1.c G...
by ALAN_26
Sat Oct 27, 2007 11:53 am
Forum: Flowcode V2 & V3
Topic: Fuse Programming
Replies: 5
Views: 5716

by ALAN_26
Fri Sep 21, 2007 9:43 am
Forum: Flowcode V2 & V3
Topic: Flowcode for AVR - BETA testers required
Replies: 11
Views: 12333

Ops sorry than I think I missed that Fix I didn’t know , OK that’s great to hear !.

So there will be Flowcode for AVR and another Flowcode for AMR is that right ?
by ALAN_26
Thu Sep 20, 2007 5:48 pm
Forum: Flowcode V2 & V3
Topic: Flowcode for AVR - BETA testers required
Replies: 11
Views: 12333

RS232 CONPONENT FOR AVR

Hi steve maybe the 8051 series would be nice To :), I made some research and found out that Some Atmel devices have a maximum operation frequency 8mhz 16mhz ( lower than 20mhz ) and have RS232 . What I am trying to say is if you converted flowcode for avr with the same rs232 component it will not wo...
by ALAN_26
Sun Sep 16, 2007 12:10 pm
Forum: Flowcode V2 & V3
Topic: Flowcode for AVR - BETA testers required
Replies: 11
Views: 12333

devices supported ?

hello Steve

Flowcode for AVR very interesting !!

What devices are currently supported ?
by ALAN_26
Thu Aug 23, 2007 5:25 pm
Forum: Flowcode V2 & V3
Topic: Send sting via rs232
Replies: 1
Views: 2630

Send sting via rs232

HELLO

HOW can i send a string via RS232 , rs232 only sends bytes variables or int variables !

And how can i put a numeric string back in a int or byte variable ?

anyone got any idea ?


Thanks in advance
by ALAN_26
Wed Aug 22, 2007 3:50 pm
Forum: Flowcode V2 & V3
Topic: ERROR COMPILING WITH V3.2.1
Replies: 2
Views: 3498

Thanks Benj

Problem solved All working 100% now


Thanks againg

Regards Alan
by ALAN_26
Fri Aug 17, 2007 4:44 pm
Forum: Flowcode V2 & V3
Topic: ERROR COMPILING WITH V3.2.1
Replies: 2
Views: 3498

ERROR COMPILING WITH V3.2.1

HELLO STEVE I'M HAVING THIS PROBLEM WHEN TRYING TO COMPILE TO HEX PLEASE HELP ! File name: C:\Documents and Settings\ALAN\Desktop\temperature monitor v5.2\rx\RX_TST.c Generated by: Flowcode v3.2.1.38 Date: Friday, August 17, 2007 17:37:18 Licence: Professional Registered to: ALAN CILIA LA CORTE http...
by ALAN_26
Sat Jul 07, 2007 12:00 pm
Forum: Flowcode V2 & V3
Topic: PWM component in v3.2
Replies: 11
Views: 8086

Hi Steve I really would like to congratulate for the great work done in V3.2 !

Having said that ,

I think the one asking for reduced functionality is your software competitor ! :?
by ALAN_26
Tue May 22, 2007 7:04 pm
Forum: Flowcode V2 & V3
Topic: I2C component is almost ready
Replies: 2
Views: 3497

i would like to try it too if it is possible

Thanks in Advance

Alan .
by ALAN_26
Thu May 10, 2007 5:51 pm
Forum: Flowcode V2 & V3
Topic: PIC16C72A
Replies: 1
Views: 2398

PIC16C72A

HELLO

I HAVE A BIT OF A PROBLEM IT SEEMS THAT THE PIC16C72A IS NOT SUPPORTED IN FLOWCODE 3 AND ALL 16C DEVICES ARE NOT SUPPORTED ANY MORE ! AND I DON’T THINK IT WILL WORK IF I COMPILE WITH THE 16F72 AND DOWNLOADING TO A 16C72A , CAN SOME ONE HELP PLEASE ?


THANKS IN ADVANCE

ALAN CILIA.
by ALAN_26
Thu May 10, 2007 5:43 pm
Forum: Flowcode V2 & V3
Topic: Debuging
Replies: 1
Views: 2389

Debuging

hello Steve or Ben For debugging we have the step into button, step over button , but we don’t have the step out button ( go back one step ) this will dramatically reduce the debugging time as well as the headache caused by debugging especially in complicated programs . Is it possible to arrange s...
by ALAN_26
Thu May 03, 2007 10:34 pm
Forum: Flowcode V2 & V3
Topic: A SMALL BUG
Replies: 1
Views: 2444

A SMALL BUG

HI STEVE OR BEN

FLOWCODE LET'S ME NAME A MACRO EXAMPLE : OVERWRITE_Y.N BUT THAN BECAUSE OF THE . THE PRGRAMM DOSE NOT COMPLIE ! RENAMEING THE MACRO TO OVERWRITE_Y_N WILL FIX THE PROBLEM !!


ALAN CILIA
by ALAN_26
Fri Apr 27, 2007 8:42 am
Forum: Flowcode V2 & V3
Topic: I2C Macros 'available'
Replies: 7
Views: 6997

hello

Is the external EEprom component going to be included in the next update ?

And when we can expect the next update to be released ?
by ALAN_26
Sat Apr 21, 2007 7:12 am
Forum: Flowcode V2 & V3
Topic: Loops
Replies: 6
Views: 6036

Hello

I'm not tying to test an I/O pin I'm just trying to loop untill a Specified value of the variable is meet, and i just cant do that whit a loop .

I know it can easly be done with an if and goto statments but with a loop it does not work !
by ALAN_26
Fri Apr 20, 2007 7:32 pm
Forum: Flowcode V2 & V3
Topic: Loops
Replies: 6
Views: 6036

hello Wath do you mean i just made a simple program to test it loop while variable =10 and in the loop a calculation variable = varable +1 but it dose not work The variable value is 1 and the loop ends ! This is from MM course : The properties dialogue box shows you the options you have for controll...
by ALAN_26
Fri Apr 20, 2007 6:55 pm
Forum: Flowcode V2 & V3
Topic: Loops
Replies: 6
Views: 6036

Loops

hello I'm having a bit of a problem the loop dose not seem to work well . example1 : loop while Variable = 10 ..............The loop ends imeditly ! example 2 : loop while varible1 = variable2 ......The loop ends imeditly ! example3 : loop while Variable < 10 .............. works fine ! example4 : l...
by ALAN_26
Sun Apr 01, 2007 9:28 pm
Forum: Flowcode V2 & V3
Topic: OR operator not working? [resolved]
Replies: 5
Views: 5302

HELLO Camusensei


TRY THIS SHULD WORK FINE ON FLOWCODE V3 ONLY !

(touche = 1) OR ( touche = 2) OR (touche = 3) OR ( touche = 4 )
by ALAN_26
Fri Mar 23, 2007 7:19 pm
Forum: Flowcode V2 & V3
Topic: I2C Macros 'available'
Replies: 7
Views: 6997

HELLO MARK

I Would like very much to try the i2c macros if you can send me a copy

my email is:

alancilia@yahoo.com

Thanks in advance

Regards Alan cilia
by ALAN_26
Mon Mar 19, 2007 3:04 pm
Forum: Flowcode V2 & V3
Topic: STRINGS HELP
Replies: 2
Views: 3193

Thanks mark Works 100% !!!!
by ALAN_26
Mon Mar 19, 2007 2:31 pm
Forum: Flowcode V2 & V3
Topic: STRINGS HELP
Replies: 2
Views: 3193

STRINGS HELP

HI STEVE OR BEN

Is it posible to recive a serial data and put it or save it in to a String ?
by ALAN_26
Sun Mar 11, 2007 1:03 am
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10340

HI every body

The error was with windows xp and the dual core cpu ( it semes that windows xp generates this error when runing on a dual core cpu !! )

I fixed the problem by installing windows Vista now all works fine and 100% 8) :lol: :)
by ALAN_26
Sat Mar 10, 2007 7:20 pm
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10340

hi steve


I made a Google search about this " Error: Access at 0x7C91084b"


And it seems related to the dual core CPU, in fact I recently upgraded my PC to dual core .

Is there something that can be done ??


I can not use flowcode pls help



regards

Alan cilia
by ALAN_26
Sat Mar 10, 2007 4:12 pm
Forum: Flowcode V2 & V3
Topic: Error -1073741819
Replies: 8
Views: 10340

hi steve I'm having this problem too first i get this windows File name: C:\Documents and Settings\ALAN\Desktop\ERROR\Flowcode1.c Generated by: Flowcode v3.1.0.31 Date: Saturday, March 10, 2007 16:07:56 Licence: Professional Registered to: ALAN CILIA LA CORTE http://www.matrixmultimedia.com Launchin...