C#, ROB-08368, and ROB-08420

I want to control the stepper motor from a laptop but haven’t seen anything here that shows how to interface the controller to the computer. Can someone explain what hardware and software I need?

I think the easiest way for you to do it is by using the original [USB Bit Whacker or [Arduino, [EasyDriver v3 Stepper Motor Driver and a simple motor like [this one

Using the Arduino may be easier for your projects due the amount of tutorials currently floating around the internet…

If you decide to use the Arduino, on [Brian Schmalz’s site (creator of the EasyDriver series), their is a [link for a project that is exactly what you need…

BTW, i think this should have been posted in the projects part of the Forum…](Dan Thompson: EasyDriver v3.1 Tutorial)](http://www.schmalzhaus.com/)](Stepper Motor - ROB-08420 - SparkFun Electronics)](EasyDriver v3 Stepper Motor Driver - ROB-08368 - SparkFun Electronics)](http://www.sparkfun.com/commerce/product_info.php?products_id=666)](USB Bit Whacker - 18F2553 Development Board - DEV-00762 - SparkFun Electronics)

Thanks for the reply. It’s still not clear how I can interact with the controller using C#. Is there a compiled dll that can be called?

Does each command have to be sent to the microcontroller (either Arduino or the USB Bit Whacker) or can the stepper motor controller be interacted with directly?