SPC 디바이스의 설정 및 사용
int/string spc_ioctl(string $cmd)
해당 명령어에 대한 반환 값
<?php include "/lib/sd_spc.php"; $cmd = "set baud 115200"; spc_ioctl($cmd); ?>