Thread Zugriff auf Com Port Schnittstelle (Parallel) (12 answers)
Opened by Gast at 2006-10-12 16:27

nepos
 2006-10-18 14:38
#70729 #70729
User since
2005-08-17
1420 Artikel
BenutzerIn
[Homepage] [default_avatar]
Btw, du solltest das runtergeladene Archiv nicht in das Modulverzeichnis von Perl entpacken. Nach der Installation loescht du das eh wieder, da waere /tmp z.B. wesentlich besser geeignet.

Ach ja, laut der Doku musst du neben diesem Modul noch das passende Treibermodul installieren:
Quote
NOTE - You MUST load one of the drivers for your operating system before this module will correctly work - they are in separate CPAN Modules.

L<Device::ParallelPort::drv::linux> - Direct hardware access to a base address.
L<Device::ParallelPort::drv::parport> - Linux access to /dev/parport drivers
L<Device::ParallelPort::drv::script> - Run a script with parameters
L<Device::ParallelPort::drv::dummy_byte> - Pretending byte driver for testing
L<Device::ParallelPort::drv::dummy_bit> - Pretending bit driver for testing
L<Device::ParallelPort::drv::win32> - Windows 32 DLL access driver

View full thread Zugriff auf Com Port Schnittstelle (Parallel)