Pyserial : How to send data to drive SIPO

Posted by bino oetomo on Stack Overflow See other posts from Stack Overflow or by bino oetomo
Published on 2010-06-05T14:06:56Z Indexed on 2010/06/05 14:12 UTC
Read the original article Hit count: 183

Filed under:
|

Dear All .. I'm learning to drive a stepper motor with Python.

It's hard now to find a PC with paralel port. So My plan is using a USB-Serial .. and a SIPO (serial in parallel out) shift register circuit.

As you know with this circuit we need to send a binary data in series and this data will be stored in it's register. Next we need to send another one pulse to make it shift the data out to the out-port.

How to do it using pyserial ?

Sincerely

-bino-

© Stack Overflow or respective owner

Related posts about python

Related posts about pyserial