From: Poul R. <Pou...@sk...> - 2007-01-03 14:38:53
|
I have an old pascal program which makes me able to communicate with my 12 bits ADC. Now I would like to make python version of the program and I have installed the python serial module. But can someone tell me how to translate the following pascal code line to python (well, this is not really a VPython issue, but it might happen that some VPython user knows about pyserial)? Port(584):=($FE AND Port(584)) Yours, Poul Riis |