Re: [python-win32] polling values from physical sensors

2005-07-07 Thread Ludovic Reenaers
Actually, I discovered that such sensor can be mounted on a serial or parralel port. I guess It should exists a python interface for one of these port. I'm still wondering about protocols but I assume could write some. -- Ludovic Reenaers |if (getLife(ME)==Null):ME.Life.magnify()| >> I'm curren

[python-win32] polling values from physical sensors

2005-07-06 Thread Tim Roberts
On Wed, 6 Jul 2005 13:01:55 +0200, "Reenaers, Ludovic" <[EMAIL PROTECTED]> wrote: > >I'm currently trying to write service in python (prototyping), this >service will, ideally, poll physical sensors (such as temperature >sensor, light sensor,...) to get range of values. I want to write it on >a

Re: [python-win32] polling values from physical sensors

2005-07-06 Thread Mark Hammond
> I'm currently trying to write service in python (prototyping), > this service will, ideally, poll physical sensors (such as temperature sensor, > light sensor,...) to get range of values. I want to write it on a Win32 platform. > But, My problem is: I don't have any idea of the necessary hardw

Re: [python-win32] polling values from physical sensors

2005-07-06 Thread Emlyn Jones
Have you had a look at the Python robotics toolkit? http://emergent.brynmawr.edu/~dblank/pyro/ I'm not sure of the windows support but someone there might be able to help you. Cheers, Emlyn. On 7/6/05, Reenaers, Ludovic <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I'm using pytho

[python-win32] polling values from physical sensors

2005-07-06 Thread Reenaers, Ludovic
Hello,   I’m using python for years now, but it seems that going a bit too deep for my poor knowledge. I know this is may-be not best place for such a question, but I feel a bit disappointed right now.   I’m currently trying to write service in python (prototyping), this service will, i