Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.213.060 Times

Pci Device Id freeware
Filter: All | Freeware | Demo
 

Pci Device Id

< 1 2 3 4 5 > 
Released: August 10, 2015  |  Added: August 10, 2015 | Visits: 29.945

Advanced ID Creator Personal Create and print professional ID cards and badges instantly! Advanced ID Creator allows you to create professional and smart-looking employee cards on any Windows compatible printer. With this software you can create your own style of cards in literally minutes. It's really easy to use!...



Platforms: Windows

License: Freeware Size: 25.5 MB Download (1155): Advanced ID Creator Personal Download

Released: January 22, 2012  |  Added: March 04, 2012 | Visits: 4.851

Device Doctor Device Doctor is a freeware Windows application that scans your computer hardware and checks to see if there are new driver updates available for your devices. It also locates drivers for Unidentified Devices in the Windows Device Manager. This tool was designed to be very simple and easy to use....





Platforms: Windows

License: Freeware Size: 5.93 MB Download (652): Device Doctor Download

Added: July 14, 2010 | Visits: 1.869

Device::SerialPort::Xmodem Device::SerialPort::Xmodem contains an Xmodem file transfer protocol for Device::SerialPort. SYNOPSIS use Device::SerialPort::Xmodem; This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (218): Device::SerialPort::Xmodem Download

Added: July 15, 2010 | Visits: 1.298

Device::Audiotron Device::Audiotron provides a tie-in into the API included in the latest firmware for Voyetra Turtle Beachs Audiotron. SYNOPSIS use Device::Audiotron; $at = new Device::Audiotron("Audiotron IP address","username","password"); if(!$at){die "Audiotron object failed to initialize.";} my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Device::Audiotron Download

Added: June 18, 2010 | Visits: 1.076

Device::Serdisp Device::Serdisp is a Perl extension for talking to the serdisplib. SYNOPSIS use Device::Serdisp; my $d = Device::Serdisp->new(USB:7c0/1501, ctinclud); $d->init(); $d->clear(); # reserves a color-indexed picture my $image = GD::Image->new(128,64); my $black =...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (90): Device::Serdisp Download

Added: July 26, 2010 | Visits: 2.175

The Linux UPnP Internet Gateway Device Project The Linux UPnP Internet Gateway Device Project is an attempt to begin work on a UPnP Forum-compliant Internet Gateway Device. It allows Windows Messenger or other this kind of programs to use voice/video through a Linux firewall running Iptables. This program only creates DNAT (portmap)...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (113): The Linux UPnP Internet Gateway Device Project Download

Added: September 02, 2010 | Visits: 1.299

Device Control Device Device Control Device is a platform independent remote telescope and device control program compatible with the INDI standard (see http://indi.sourceforge.net/). This program is a client (a user interface) and provides functions to control devices connected to a remote system that is running an...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (100): Device Control Device Download

Added: July 03, 2010 | Visits: 1.137

PulseAudio Device Chooser PulseAudio Device Chooser (padevchooser) is a simple GTK tool which registers an icon in the tray area and allows quick access to some features of the PulseAudio sound server..


Platforms: *nix

License: Freeware Size: 99.33 KB Download (320): PulseAudio Device Chooser Download

Added: August 15, 2010 | Visits: 1.293

Transfer to Media Device Transfer to Media Device is a script that creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser. This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Transfer to Media Device Download

Added: June 09, 2010 | Visits: 2.411

Device::SNP Device::SNP is a Perl extension for the GE Fanuc SNP-X serial protocol as used by GE Fanuc DataPanel data terminals. See http://www.gefanuc.com/en/ProductServices/VisPCSolutions/DataPanel/index.html SYNOPSIS use Device::SNP; my $s = new Device::SNP::Slave( Portname => /dev/ttyUSB0, Debug...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (572): Device::SNP Download

Added: August 16, 2010 | Visits: 1.133

cwfloppy cwfloppy is a Linux device driver for the Catweasel Advanced Floppy Controller manufactured by Individual Computers. The Catweasel is a versatile Shugart bus controller, i.e., it can control floppy drives. It is extremely flexible and can be programmed to read and write just about any floppy...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (104): cwfloppy Download

Added: September 26, 2010 | Visits: 1.394

Device::ISDN::OCLM Device::ISDN::OCLM is a perl module to control the 3com OfficeConnect LanModem. SYNOPSIS $sp = 1; $pw = secret; $lanmodem = Device::ISDN::OCLM->new (); $lanmodem->password ($pw); $command = manualConnect; $status = $lanmodem->$command ($sp); while (($status eq CLOCK) || ($status eq...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (96): Device::ISDN::OCLM Download

Added: August 03, 2010 | Visits: 793

Device::TNC Device::TNC is a Perl module that acts like a generic interface to a TNC. This module implements a generic interface to a Terminal Node Controller (TNC). It loads sub classes that provide the low level interface for the appropriate TNC to be used and provides higher level methods to return...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (92): Device::TNC Download

Added: October 01, 2010 | Visits: 1.188

Device::Cdio::Track Device::Cdio::Track is a Perl class for track aspects of Device::Cdio. SYNOPSIS use Device::Cdio::Device; use Device::Cdio::Track; $device = Device::Cdio::Device->new(-source=>/dev/cdrom); $track = $device->get_last_track(); print "track: %d, last lsn: %dn", $track->{track},...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Device::Cdio::Track Download

Added: May 04, 2010 | Visits: 937

Device::Cdio::ISO9660::FS Device::Cdio::ISO9660::FS is a Perl class for ISO 9660 CD reading. SYNOPSIS This encapsulates ISO 9660 Filesystem aspects of CD Tracks. As such this is a This library however needs to be used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660:FS; $cd =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (100): Device::Cdio::ISO9660::FS Download

Added: April 04, 2010 | Visits: 982

Device::Cdio Device::Cdio is a Perl module for CD Input and Control library. SYNOPSIS This encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependent properties of a CD-ROM can use this library. use Device::Cdio; use Device::Cdio::Device; @cd_drives...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (89): Device::Cdio Download

Added: September 14, 2010 | Visits: 802

Device::Cdio::ISO9660 Device::Cdio::ISO9660 is a Perl module for ISO 9660 handling. SYNOPSIS This encapsulates IS9660 filesystem handling. This library however needs to be used in conjunction with Device::Cdio, Device::Cdio::ISO9660::IFS and Device::Cdio::ISO::FS. use Device::Cdio::ISO9660; $name =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (96): Device::Cdio::ISO9660 Download

Added: April 09, 2010 | Visits: 917

Device::Cdio::Device Device::Cdio::Device is a class for disc and device aspects of Cdio. SYNOPSIS use Device::Cdio::Device; $d = Device::Cdio::Device->new(-driver_id=>$perlcdio::DRIVER_DEVICE); $drive_name = $d->get_device(); ($i_read_cap, $i_write_cap, $i_misc_cap) = $d->get_drive_cap(); $start_lsn =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (113): Device::Cdio::Device Download

Added: February 24, 2010 | Visits: 1.721

Linux X10 universal device driver Linux X10 universal device driver (also known as Project WiSH) provides a /dev interface to an X10 network through a combination of Linux kernel modules and daemons. It is intended to provide a standard interface and syntax to shell script utilities (such as cat and echo), Perl scripts, C...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (221): Linux X10 universal device driver Download

Added: November 24, 2010 | Visits: 1.440

Device::ParallelPort Device::ParallelPort is a Parallel Port Driver for Perl. SYNOPSIS my $port = Device::ParallelPort->new(); $port->set_bit(3,1); print $port->get_bit(3) . "n"; print ord($port->get_byte(0)) . "n"; $port->set_byte(0, chr(255)); A parallel port driver module. This module provides an API to...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (177): Device::ParallelPort Download

< 1 2 3 4 5 >