Thanks - now I just have to convince my parents that I should be allowed to
etch circuit boards in my room :-) .
Thanks again.
Regards,
Isaac
--
http://mail.python.org/mailman/listinfo/python-list
Isaac T Alston ([EMAIL PROTECTED]) wrote:
: Thanks for everyone's tips and hints. I WILL MAKE THIS WORK! I think I'll
: take your advice and use the serial port instead of the parallel port - I
: won't have that much data to send (in comparison with, for example,
: industrial level applications). A
Hi,
Thank you for the info.
The dlp usb solution looks like a terrific gadget, especially since
parallel ports have almost disppeared, at least on portables.
In fact, would in linux not any py software capable of dealing with a
usb connection (almost) suffice? Any further comments would be much
app
Thanks for everyone's tips and hints. I WILL MAKE THIS WORK! I think I'll
take your advice and use the serial port instead of the parallel port - I
won't have that much data to send (in comparison with, for example,
industrial level applications). As for on-board chips though, does this
require low
Isaac T Alston wrote:
> I've never actually built a robot or anything like that
> before, so I'm welcome to any advice I can get! I've heard programming via
> USB is hard, so that's why I'm using the parallel port (serial ports are
> said to be slow when sending a lot of data (I think)).
How much
Isaac T Alston ([EMAIL PROTECTED]) wrote:
: Heiko Wundram wrote:
: > Maybe it's what you're looking for.
: Thanks for that. I've never actually built a robot or anything like that
: before, so I'm welcome to any advice I can get! I've heard programming via
: USB is hard, so that's why I'm using th
Isaac T Alston wrote:
> Heiko Wundram wrote:
> > Maybe it's what you're looking for.
>
> Thanks for that. I've never actually built a robot or anything like that
> before, so I'm welcome to any advice I can get! I've heard programming via
> USB is hard, so that's why I'm using the parallel port (s
Hi Isaac,
I've been meaning to get into robot building too. After much
consideration I decided to go the Lego Mindstorms route. I actually
figured it was a Pythonic way to go. "Pythonic" meaning finding
something that lets me do I want easily with minimal knowledge of the
system required. (I'm
Heiko Wundram wrote:
> Maybe it's what you're looking for.
Thanks for that. I've never actually built a robot or anything like that
before, so I'm welcome to any advice I can get! I've heard programming via
USB is hard, so that's why I'm using the parallel port (serial ports are
said to be slow wh
Isaac T Alston wrote:
> I'm wondering, is there any way I can access the parallel port and
> the kernel module parport using Python?
Or you might even give pyparallel a try:
http://pyserial.sourceforge.net/pyparallel.html
I've used that before to control a psychology experiment setup, and it wor
Isaac T Alston wrote:
> I'm wondering, is there any way I can access the parallel port and
> the kernel module parport using Python?
A quick Google search for "parport python" turned up this:
http://bigasterisk.com/parallel
Maybe it's what you're looking for.
--- Heiko.
--
http://mail.python.o
Basically, I'm thinking about building a robot which can be controlled by
programs which I write, I'm going to interface to the robot through the
parallel port (like in this tutorial here:
linuxfocus.org/English/May2001/article205.shtml). However, I know that this
will probably need to be done in l
12 matches
Mail list logo