Hey,
this is my first post here, so, hello everyone!
@ TheNewGuy: Driving steppers may really seem complicated at first (H-Bridges, unipolars, bipolars, microstep, full step, etc, etc), but it's really, reaaaally simple. A first experiment that helped me see what should I do to drive a stepper was connecting little push-buttons to the winding terminations and pressing them until I figured out myself how the whole blab of full-step and half-step worked.
I think you shouldn't try to connect the motor to the PC at first. Why do that? Too much complication, too much spurious problems... Keep it simple, pal. Use a PIC, an 8051, whatever microcontroler you like.
You could, for example, attach five buttons to the uC: one for stepping one step clockwise, the other for stepping one step counter-clockwise, one for stepping clockwise continuously , one for stepping continuously counter-clockwise, and the last one to stop the whole apparatus.
It's a nice and simple programming exercise.
The only hardware you may need is an H-Bridge, if you decide to play with the bipolar; or four transistors (and diodes), if you use the unipolar.
For me, the simplest thing to be done is to buy the hefty L298N (an integrated H-Bridge - works with Bipolar and Unipolar steppers, not too expensive and really easy to find) and you are ready to play ball.
Digi-Key - 497-1395-5-ND (Manufacturer - L298N)
Hope it helps. My suggestion sure isn't something useful, but it will teach you the basics of a stepper, and with the code you make you could design things a bit more complicated. A friend of mine, for instance, made a remote-controllable venetian blind with two-steppers and an old AT89S52 for an assignment at college.
Castilho