Controling the ALU

M.E.Farmer mefjr75 at hotmail.com
Thu Mar 31 20:11:26 EST 2005


Cesar Andres Roldan Garcia wrote:
> Hi
>
> How can I control an ALU from a PC using Python?
>
> Thanks!
Py>def PyAnswers(you)
...    your = you
...    If you want to control the ALU in the computer:
...        # maybe you can use assembler
...        pyasm
...    elif you want to control an external ALU:
...        # maybe with serial or parallel connection:
...        pyserial
...        pyparallel
...    elif you want to control the ALU in a PIC from the PIC:
...        # maybe try python assembler translater:
...        pyastra
...    else:
...        repost question with more content and detail.
Py> you = 'Cesar Andres Roldan Garcia'
Py> answer = PyAnswers(you)
Py> print answer

For further help please repost answer or the error message ;)
M.E.Farmer




More information about the Python-list mailing list