[PD] controlling robots/printers w/ PD

Ian Smith-Heisters heisters at 0x09.com
Sat Mar 26 21:57:40 CET 2005


I'm not too sure about the printer... it depends if it's USB or 
parallel. I'm sure either one is doable, and probably without writing in 
C(++). *maybe* Hans-Christoph Steiner's HID object if it's USB. I 
haven't used it yet, but I hear good stuff.

But for the robot, I use a serial port to communicate to a Microchip PIC 
which can trigger all sorts of motors, lights, sensors, etc. Again, it 
depends on the interface. I have no idea what sort of communication 
pre-built robots use. Maybe the IR port on most laptops? But if you want 
to use a serial port, there's a [comport] external. I mean, you could 
build a robot with a wireless ethernet connection, which you could pilot 
over the web using a joystick. (hmm... that sounds like a fun project)

If you're more specfic about the printer/robot/gizmo I'm sure I (and 
others around these parts) could be of more help.

-Ian

Robert Garvin wrote:
> I was wondering if there was already an external to control a printer or 
> a robot with PD.  If not, does anyone know how I would go about writing 
> one? I understand that if you were to write a binary, you’d probably 
> have to understand C (or C+ or C++… whatever it’s called). Obviously, I 
> don’t understand any of it. If anyone can help me, let me know.
> 
>  
> 
> Thanks,
> 
> Robert
> 
>  
> 
> P.s. (if there is an external for the robot stuff, is there a specific 
> kit that would be best for PD?)
> 





More information about the Pd-list mailing list