Search found 6 matches

by bns
Tue Aug 15, 2006 12:42 pm
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 61993

Any news?

Just wondering. The latest reply about Flowcode V3 is from 6 June. Did I miss anything in the meantime? V3 isn't available yet, is it?

Greetings.
by bns
Mon Apr 17, 2006 3:05 pm
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 61993

Hi, 1) I'm playing around with RS232 (with a PIC16F88). Is it possible with flowcode to choose between Asynch and synchronous (master or slave) mode? Is there a way to use the 9th bit? If not, can it be implemented in flowcode 3? 2) I have also noticed an error, but I'm not sure if I had it before o...
by bns
Fri Apr 14, 2006 6:26 pm
Forum: Flowcode V2 & V3
Topic: Tutorial for using RS232?
Replies: 2
Views: 4754

Hi, I figured some things out myself already, I can send 8-bit data, but I need to be able to send and receive 9-bit data.
Is this possible with flowcode?

Bart.
by bns
Thu Apr 13, 2006 10:45 am
Forum: Flowcode V2 & V3
Topic: Tutorial for using RS232?
Replies: 2
Views: 4754

Tutorial for using RS232?

Hi,

Is there anybody who can give me a quick tutorial on how to use the RS232 with flowcode?
For the moment I want to use a PIC16F88 to communicate with a RS232 device which uses start-bit, 9-bit data and stopbit. But I'm having trouble to find out how to do this within flowcode.

thanks,

Bart.
by bns
Sun Mar 12, 2006 2:12 pm
Forum: Flowcode V2 & V3
Topic: FlowCode v3
Replies: 72
Views: 61993

Hi, first of all, thanks for developing flowcode. Makes my life as a beginner a lot easier sometimes. I have also a few improvements, although maybe some of them are already integrated and I just haven't figured them out yet. In that case sorry :) 1. maybe it is possible to add more zoom options. Be...
by bns
Sun Mar 12, 2006 1:54 pm
Forum: Flowcode V2 & V3
Topic: Interrupt TMR0 simulation hangs
Replies: 1
Views: 4587

Interrupt TMR0 simulation hangs

the situation: I am programming a 16F88 with the interrupt TMR0 active. In the INTERRUPT_TMR0 macro, I have programmed (with the flowcharts)the following calculation: counter=counter + 1 Then a decision: if counter = 60 then seconds = seconds + 1 counter = 0 else do nothing In the main menu I just ...