spc_scan()


연결 된 스마트 확장보드 검색

Description

int spc_scan(int $start = 1, int $end = 14, bool $verbose = false)

Parameters

Return Value

성공적으로 검색한 스마트 확장보드 개수

Example

<?php
include "/lib/sd_spc.php";
$count = 0;
spc_reset();
spc_sync_baud();
$count = spc_scan(1, 14, true);
echo "$count smart expansion baord(s) has(have) been detected!\r\n";
?>

See also