Search found 4 matches

by mikey
Mon Feb 02, 2009 2:09 pm
Forum: Flowcode V2 & V3
Topic: Bit testing
Replies: 4
Views: 3091

Re: Bit testing

steve wrote:My suggestion was to change the "output" icons to "input" icons...
Sorry, I meant to say ' input ' icons. I did this as I said in my reply but to no avail.
by mikey
Fri Jan 30, 2009 7:03 pm
Forum: Flowcode V2 & V3
Topic: Bit testing
Replies: 4
Views: 3091

Re: Bit testing

I think you are using an "output" icon instead of an "input" icon just before the decision icons. Thank you for replying. I tried your suggestion and changed to output icons. The result was worse, not even the reading of the first two bits worked! Am I correct in thinking that m...
by mikey
Wed Jan 28, 2009 6:27 pm
Forum: Flowcode V2 & V3
Topic: Bit testing
Replies: 4
Views: 3091

Bit testing

I have generated a variable number using the ADC on a 16F818. I then used masking to test each bit in turn, to give a long flash on the LED for High or 1, and a short flash for a Low or 0. I have just used two bits to start and test my design. When the output is 0, 1 or 2. I get : 2-short, 1-long/1-...
by mikey
Fri Nov 14, 2008 10:38 pm
Forum: Components (Comms)
Topic: RS232 reception
Replies: 1
Views: 2856

RS232 reception

Hi, I am new to flowcode and have produced my first program (successfully) after much trial and error. Otherwise known as learning the hard way! The file is attached. Simply I have used an ADC to generate a number from 0-25. An interrupt on B0 sends the value to the SendRS232 which outputs the numbe...