Re: programming LPT port



On Mon, Apr 30, 2007 at 07:26:41PM +0200, csanyipal wrote:
Hello Doug!

On Mon, Apr 30, 2007 at 10:33:31AM -0400, Douglas Allan Tutty wrote:
On Mon, Apr 30, 2007 at 01:08:09PM +0200, csanyipal wrote:

I wish to programing LPT port on the PC box from Debian Etch system.
I wish to make some applications that can run on other platforms too.
(eg.: win 32)

Python has modules for accessing the parallel port. Python interpreters
are avialable for multiple platforms.

I try to find such a module in python doc, but with no success.

Which python module can access the paralell port? Are there more than
one module for this purpose?


Package: python-parallel and is cross-platform.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: programming LPT port
    ... I wish to programing LPT port on the PC box from Debian Etch system. ... I wish to make some applications that can run on other platforms too. ... I try to find such a module in python doc, ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • ANN: wxPython 2.6.2.1
    ... There have been many enhancements ... wxPython is a GUI toolkit for the Python programming language. ... Currently supported platforms are 32-bit Microsoft Windows, ...
    (comp.lang.python)
  • ANN: wxPython 2.6.2.1
    ... There have been many enhancements ... wxPython is a GUI toolkit for the Python programming language. ... Currently supported platforms are 32-bit Microsoft Windows, ...
    (comp.lang.python.announce)
  • Re: Why does python break IEEE 754 for 1.0/0.0 and 0.0/0.0?
    ... >> Note that support for 754 was rare on Python platforms at the ... > production and handling of infinities and NaNs) for more than ...
    (comp.lang.python)
  • Re: Creating file of size x
    ... The Python documentation for the file object's ... BSD for lseek() (which, I presume, is what Python calls on ... those platforms). ... f.write('\x00' * requiredFileLength) ...
    (comp.lang.python)