Search found 6 matches

by bwynne
Tue May 05, 2015 8:39 pm
Forum: Flowcode V4
Topic: flowcode 4 - sell software no longer needed
Replies: 0
Views: 7890

flowcode 4 - sell software no longer needed

Hello Matrix, I have a copy of flowcode 4 that i bought a few years ago. I no longer need it or use it. It is no longer installed on my PC.
I have the disk,box and license key.
I want to sell it. Can i transfer the license to a buyer on ebay and will flowcode 4 work on windows 7

Thanks
Barry
by bwynne
Tue Aug 24, 2010 9:01 pm
Forum: Flowcode V4
Topic: 16F883 ADC reading problems
Replies: 3
Views: 2602

Re: 16F883 ADC reading problems

Hi, i am reading adc2 engine speed:

clear_bit(adcon0, CHS0);
set_bit(adcon0, CHS1 );
clear_bit(adcon0, CHS2);
clear_bit(adcon0, CHS3);
adc_on =1;
godone =1;
while(godone ==1);
MyADC2Val = (unsigned short)((ADRESH <<8) | ADRESL );
by bwynne
Mon Aug 23, 2010 9:59 pm
Forum: Flowcode V4
Topic: 16F883 ADC reading problems
Replies: 3
Views: 2602

16F883 ADC reading problems

Please can someone help me. I have written some C code using the boostC compiler, to read the ADCs as unsigned shorts. Flowcode 4, is very restrictive with its limited number of signed variable types. The boost C compiler manual actually recommends the use of unsigned variables for fast code where p...
by bwynne
Tue Aug 03, 2010 11:38 pm
Forum: Flowcode V4
Topic: 16F883 Timer 1 problem
Replies: 8
Views: 6043

Re: 16F883 Timer 1 problem

Hello medelec35 , i finallty managed to register my flowcode 4, and compile correctly . My target system, is a Diesel Injector Drive PCB, that i designed. I have working C code, that i wrote and download and run OK, using my ICD2 from microchip. The Flowcode 4 exapmple, that you have looked at, i ha...
by bwynne
Mon Aug 02, 2010 10:04 pm
Forum: Flowcode V4
Topic: 16F883 Timer 1 problem
Replies: 8
Views: 6043

Re: 16F883 Timer 1 problem

hello medelec35, Many thanks for your help. I have still not managed to get the software to compile the code ! Please see the error below: File name: C:\Users\barry\inj_drive1b_Modidfied.c Generated by: Flowcode v4.2.3.58 Date: Monday, August 02, 2010 23:07:54 Licence: Professional ***UNREGISTERED**...
by bwynne
Fri Jul 30, 2010 10:31 pm
Forum: Flowcode V4
Topic: 16F883 Timer 1 problem
Replies: 8
Views: 6043

16F883 Timer 1 problem

Hello, please can you help me. I have attached my flowcode 4 file that i cant get to work with timer1. I am trying to initialise timer1 to be free running, then read timer 1 value and make it into an integer ( SHORT ) value, then use an If statement to check if it has exceeded a value. I have not ha...