Society of Robots - Robot Forum

Software => Software => Topic started by: blackbeard on August 06, 2009, 07:03:56 PM

Title: parallel port control in linux?
Post by: blackbeard on August 06, 2009, 07:03:56 PM
hello yawls. I'm wondering if anyone knows of a programing language for Linux that can control the parallel port on a desktop PC. in the past I've used the now freeware Turing on an old desktop with windows 98 (got to love them garbage day runs :P) and now I'm thinking that I'd like to try using a desktop PC for a mostly scavenged robot since it can be easily powered with my 120w inverter (the power supply is only 90w). so anyways I'd like to install Linux on it so it can be repeatable since the parts for my idea are pretty common (4 car window motors, an old desktop or laptop, a power inverter, a home made H bridge, a motorcycle or 2 ups battery, 4 lawn mower wheels and a bunch of odds and ends) but i don't know much about Linux software and i was wondering if anyone knows of any software that would be good for this kind of thing?
Title: Re: parallel port control in linux?
Post by: Trumpkin on August 06, 2009, 07:06:40 PM
I recommend the programming language Python with the module pyparallel. A nice tutorial for pyparallel: http://orionrobots.co.uk/tiki-index.php?page=PyParallel (http://orionrobots.co.uk/tiki-index.php?page=PyParallel)
Title: Re: parallel port control in linux?
Post by: blackbeard on August 07, 2009, 01:33:54 PM
perfect thanks! that's exactly what i needed