writing to windows memory

Terry Reedy tjreedy at udel.edu
Fri Apr 4 10:23:26 EST 2003


> >newbie:
> >pythonwin 2.2.2
> >Id like to bind a button.widget that simply writes a one to windows
> >address 440h. any ideas on where to start.(the button stuf is
trivial) i
> >need to know how to access the address space.

I believe that you mean 440h above to be an Intel i/o port number,
analogous to a socket port number, rather than a (windows) memory
address.  If so, you need a machine-specific C- or assembler-code
module, analogous to the socket module, to access it.

Terry J. Reedy






More information about the Python-list mailing list