How to access an absolute address through Python?

Fred of UrlBit.Us fred at urlbit.us
Sun Feb 11 08:45:00 EST 2007


volcano wrote:

> On Feb 11, 2:46 pm, Marc 'BlackJack' Rintsch <bj_... at gmx.net> wrote:
...
> My goal is to sync program with external equipment through a register
> defined as an absolute physical address. I know how to do it from C -
> was curious if it may be done from Python. Can it be done?
> 
> Thanks, Mark

Your best bet will be to create a C library callable from Python to do it
for you. There may be such a beast in existence already, but it should not
be hard at all to do, given the simplicity of the requirements.

-- 
-- Fred of UrlBit.Us
-- http://UrlBit.Us - Bite those URLs down to size!


 Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
    ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------        
                http://www.usenet.com



More information about the Python-list mailing list