Writing to the parallel port (Mem 0x378) when runnning WinXP or Mandrake 9.2
Chris Liechti
cliechti at gmx.net
Thu Dec 4 18:10:36 EST 2003
More information about the Python-list mailing list
Thu Dec 4 18:10:36 EST 2003
- Previous message (by thread): Writing to the parallel port (Mem 0x378) when runnning WinXP or Mandrake 9.2
- Next message (by thread): Writing to the parallel port (Mem 0x378) when runnning WinXP or Mandrake 9.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gandalf <gandalf at geochemsource.com> wrote in news:mailman.100.1070529056.16879.python-list at python.org: > Use PySerial > > http://pyserial.sourceforge.net/ thanks for recomending it :-) as a little clarification: the link to pyparallel is here: http://pyserial.sourceforge.net/pyparallel.html (its only a small note on the mainpage) currently i have only py2.2 versions available for download, but i can easily build the 2.3 version upon request, or you can build it on your own with mingw32 or cygwin installed: python setup.py build --compiler=mingw32 install you will need giveio.sys, also available in the downloads section, that allows programs to access the io ports on Win NT/2k/XP chris > Laci > > Todd Gardner wrote: > >>--------------------------------------------------------------- >>I would appreciate any ideas how to write to the parallel port (Mem >>0x378) when runnning WinXP or Mandrake 9.2. >> >>In C and LabVIEW I use the OutP command to write to directly to a >>memory address. >> >>Thank you >>-- >>Todd >>piir at earthlink.net >>--------------------------------------------------------------- -- Chris <cliechti at gmx.net>
- Previous message (by thread): Writing to the parallel port (Mem 0x378) when runnning WinXP or Mandrake 9.2
- Next message (by thread): Writing to the parallel port (Mem 0x378) when runnning WinXP or Mandrake 9.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list