Configuring or using SPC
int/string spc_ioctl(string $cmd)
return value for each command
<?php include "/lib/sd_spc.php"; $cmd = "set baud 115200"; spc_ioctl($cmd); ?>