Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: ballbreaker on July 09, 2010, 04:39:25 AM

Title: how can i connectt a servo directly with a computer
Post by: ballbreaker on July 09, 2010, 04:39:25 AM
not to remember the command just to execute it like calibrating it to go to 0 do i need a microcontroler  or is there another way.
Title: Re: how can i connectt a servo directly with a computer
Post by: amando96 on July 09, 2010, 05:12:34 AM
You can use a parallel port if you have one.
Title: Re: how can i connectt a servo directly with a computer
Post by: Razor Concepts on July 09, 2010, 06:15:02 AM
Basically the only way to do it directly is with the parallel port as armando said. However, it isn't the easiest thing to do.

Alternatively you could get a USB servo controller:
http://www.lynxmotion.com/Product.aspx?productID=395 (http://www.lynxmotion.com/Product.aspx?productID=395)
Title: Re: how can i connectt a servo directly with a computer
Post by: ballbreaker on July 09, 2010, 06:20:05 AM
which of the parallels port pins i use?
Title: Re: how can i connectt a servo directly with a computer
Post by: Soeren on July 09, 2010, 06:54:59 AM
One of the data pins would be the obvious choice, as they are outputs.
But controlling it from Windows will be tough, as you only work with a "Virtual Machine" i.e. timing will be off, so better use DOS or Linux.