Re: *** COM 2 ...
- Posted by Irv <irv at ELLIJAY.COM> Jun 19, 1998
- 757 views
David Stacey wrote: > Hi, I'm David Stacey from AUSTRALIA, and have just come across the Euphoria > program, and am very impressed ... one taxing question though ... > > I have, (in a correct fassion) hooked up 'LED's to all the PINs of a COM > port 2/1 and Printer LPT port, and would like to know ... is there any way > that I can create a program that will send bits of data '1's and '0's so one > of the lights will light up, by sending down a constant string of '1's, and > is there a way to specify which PIN I want it sent to ??? > You can certainly do this with the LPT port(s). I hope you realise that the serial ports have only 1 output line, so hooking LED's to "all" pins won't do much good. Not to mention that any data sent to the serial ports lasts for, let's say, 1/9600 th of a second, so it's going to be rather hard to see anything unless you decode the serial data and latch it in some way. Irv