Hey,
If you want to do something simple, you can use your parallel port to
control other circuitry.
I've made an extension module before for DLPortIO which is a free lib
for doing port IO in win2k/xp.
I have to dig it out of my hdds/discs if you want it, but it's really
easy to make with pyrex
Thank you very much (to all who replied). There;'s more than enough
here to make very good further enquiries.
Much appreciated.
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
--
http://mail.python.org/mailman/listinfo/python-list
"Fuzzyman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a friend who would like to move and program lights and other
> electric/electro-mechanical devices by computer. I would like to help -
> and needless to say Python would be an ideal language for the
> 'programmers inte
On 4 Jan 2005 at 6:55, Fuzzyman wrote:
> What I'd like is an electronic interface that connects to several
> relays and a python extension module to switch on and off the relays.
> I've had a quick google and can't see anything too similar to what I
> want. pyro (python robotics) seems to require
"Fuzzyman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a friend who would like to move and program lights and other
> electric/electro-mechanical devices by computer. I would like to help -
> and needless to say Python would be an ideal language for the
> 'programmers inter
Fuzzyman wrote:
> I have a friend who would like to move and program lights and other
> electric/electro-mechanical devices by computer. I would like to help
-
> and needless to say Python would be an ideal language for the
> 'programmers interface'.
Try Googling for "Python X10"
--
http://mail
Hi,
I have just written a python module to program the M232 measurement unit
from elv.
It has 8 digital I/O and 6 analog ports (0-5V). Works fine, although it
is a little bit slow (0,2 s to measure)
Furthermore the digital ports do not have enough power to switch a relay
directly, I had to do it
"Fuzzyman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a friend who would like to move and program lights and other
> electric/electro-mechanical devices by computer. I would like to help -
> and needless to say Python would be an ideal language for the
> 'programmers inter