Re: Robotics and parallel ports

2005-12-18 Thread Isaac T Alston
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

Re: Robotics and parallel ports

2005-12-17 Thread c d saunter
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

Re: Robotics and parallel ports

2005-12-16 Thread malv
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

Re: Robotics and parallel ports

2005-12-16 Thread Isaac T Alston
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

Re: Robotics and parallel ports

2005-12-15 Thread Peter Hansen
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

Re: Robotics and parallel ports

2005-12-15 Thread c d saunter
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

Re: Robotics and parallel ports

2005-12-15 Thread [EMAIL PROTECTED]
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

Re: Robotics and parallel ports

2005-12-15 Thread Gregory PiƱero
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

Re: Robotics and parallel ports

2005-12-15 Thread Isaac T Alston
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

Re: Robotics and parallel ports

2005-12-15 Thread Heiko Wundram
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

Re: Robotics and parallel ports

2005-12-15 Thread Heiko Wundram
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