Search found 4 matches

by streborc
Sat Feb 24, 2018 9:52 pm
Forum: Flowcode V7
Topic: Inverting an Output
Replies: 3
Views: 3766

Re: Inverting an Output

Further on this, I find that I can simply use the ! operator as a variable prefix to invert the switch state to the output per the attached.
by streborc
Thu Feb 22, 2018 7:37 pm
Forum: Flowcode V7
Topic: Inverting an Output
Replies: 3
Views: 3766

Inverting an Output

I'm a newbie doing some really primitive programs to learn Flowcode7. My breadboard has a push button switch wired normally high. I wanted to create a program that simply reads the switch input, inverts the logic state variable, and outputs the variable to an LED. That is, I wanted the LED to be off...
by streborc
Wed Jan 31, 2018 10:52 pm
Forum: 8-Bit PIC
Topic: How to connect with Microchip Curiosity Board
Replies: 2
Views: 3116

Re: How to connect with Microchip Curiosity Board

Benj- Many thanks for this info - it did the trick, and I would never have figured this out by myself. I did need to change the file's security settings in order to store the edited file, but once changed to "V3.65", the code installation to the Curiosity board worked. Before receiving your reply, I...
by streborc
Wed Jan 31, 2018 5:19 pm
Forum: 8-Bit PIC
Topic: How to connect with Microchip Curiosity Board
Replies: 2
Views: 3116

How to connect with Microchip Curiosity Board

I'm a newbie just getting started with FC7 and a Microchip Curiosity board. I'm able to create and assemble simple programs, but FC7 always gives the error "ERROR: Can not launch process: The system cannot find the path specified" when I attempt to install the code to the Curiosity board. This error...