spc_ioctl()


Configuring or using SPC

Description

int/string spc_ioctl(string $cmd)

Parameters

Return Value

return value for each command

Example

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

See also