Help for this page

Select Code to Download


  1. or download this
    my $i2cGetDeviceAddressFunc = Win32::API->new('CrdI2C32', 'int i2cGetD
    +eviceAddress()') or warn "\n ERROR: Can not import API:i2cGetDeviceAd
    +dress ,  $^E ,";
    
    ...
    $ret = $i2cGetDeviceAddressFunc->Call();
    
    print "\n RET: $ret";
    
  2. or download this
    
    1. Run
    ...
    
    5. Run
     RET: 51540632
    
  3. or download this
    
    PASCAL Sample:
    ...
    
     Declare Function i2cGetDeviceAddress Lib "CrdI2C32.DLL" () As Byte