spc_ioctl()


SPC 디바이스의 설정 및 사용

Description

int/string spc_ioctl(string $cmd)

Parameters

Return Value

해당 명령어에 대한 반환 값

Example

<?php
include "/lib/sd_spc.php";
$cmd = "set baud 115200";
spc_ioctl($cmd);
?>

See also