Help for this page
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";
1. Run ... 5. Run RET: 51540632
PASCAL Sample: ... Declare Function i2cGetDeviceAddress Lib "CrdI2C32.DLL" () As Byte