PDA

View Full Version : controling a servo via the usb of a pc useing a pic



Jhdgkss
- 23rd May 2008, 21:24
Hi there i am looking into the possibility of useing a pic to convert the output from a usb useing vb.net to control a set of servos, e.g for panning a web cam or even controlling a robot.

Can some one steer me in the right direction please, i take it i need some sort of pic based controller interface?

skimask
- 23rd May 2008, 21:29
Hi there i am looking into the possibility of useing a pic to convert the output from a usb useing vb.net to control a set of servos, e.g for panning a web cam or even controlling a robot.
Can some one steer me in the right direction please, i take it i need some sort of pic based controller interface?

www.google.com

http://www.picbasic.co.uk/forum/showthread.php?t=5418&highlight=learn

tenaja
- 23rd May 2008, 23:24
You can use a PIC with USB built in, but using an FTDI chip is far easier, since it is just like a comm port. Use the free version of VB.Net, and it comes with Comm Port controls, and then it's just serial commands.