> Harry H. Arends wrote: > > Full_Step: ; Used with RS 191-8299 > > movf STEP, w > > andlw 0x03 > > addwf PCL, f > > retlw b'00001001' ; Step-1 > > retlw b'00001100' ; Step-2 > > retlw b'00000110' ; Step-3 > > retlw b'00000011' ; Step-4 > > I experimented some time ago and I remember the best torque was delivered with this pattern. 00000001 00000011 00000010 00000110 00000100 00001100 00001000 00001001 I used a shift register that I loaded with 00000111 then tapped off even second bit to drive the stepper, ie b0, b2, b4, b6. I could then rotate the shift register in either direction and drive the stepper in either direction. Not what you want but its how I generated the pattern. Cheers Justin -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist