Computer Science Canada Wait for paralleget |
Author: | spengler [ Sun Jan 11, 2009 5:33 pm ] |
Post subject: | Wait for paralleget |
Anyone know how to make the program stop and wait for input from a parallel port? Also it does something different depending on which parallelget it returned. Any ideas? |
Author: | Tony [ Sun Jan 11, 2009 5:36 pm ] |
Post subject: | RE:Wait for paralleget |
use a loop that doesn't exit until a non-zero signal is received. |
Author: | spengler [ Sun Jan 11, 2009 5:38 pm ] |
Post subject: | RE:Wait for paralleget |
ahh thanks tony |