Help for this page

Select Code to Download


  1. or download this
    my $readdevice = Win32::API->new (
                        'HCE300_API.DLL', 'HCE300_Read','NP','N') or die $
    +^E;
    if(not defined $readdevice) {
            die "Can't import API HCE_Read: $!\n";
        }