Programing axe033 with PIC Logicator 2

Technical

Technical Support
Staff member
Yes, use the serout command.

use
254,128 (ASCII box off)
to send commands or
hello (ASCII check on)
to send text

To send a variable value use
variableA = [A] (ASCII check on)

This thread moved to active forum
 

Samick

New Member
ok i may seem a bit needy but I need some help with writing a program. What Im looking to do is to make a reaction game for 2 players. The players take it in turns to turn off lights within a certain time and the player who scores the highest wins and there score is displayed on an lcd screen. To add difficulty to the game the must appear faster after a certain no of lights has been turned off. If a player turns of the wrong light 3 times they lose and there turn ends.
I need this to be done in flowchart form. I have a simple program that my teacher gave me to start from which I can send to you in logicator format and i am using a 16f84 chip.
PLEASE HELP?
 
Top