为了设定或是使用智能扩展板需要使用spc_request, spc_request_dev或是vspc_request_sys函数。
spc_request($sid, 6, $wbuf)
spc_request($sid, 7, $rbuf)
spc_request_dev($sid, $cmd)
spc_request_sys($sid, $cmd)
所有智能扩展板共同支持的命令是spc_request_sys函数,命令目录如下。
命令 | 选项 | 说明 |
---|---|---|
get | did | get a device ID |
get | uid | get a unique ID |
PES-2407 专用命令使用spc_request 或是spc_request_dev。 数据发送及接收使用spc_request函数,为了设定及查看状态使用spc_request_dev函数。
PES-2407命令目录如下。
cmd | arg1 | arg2 | arg3 |
---|---|---|---|
set | uart | (parameters) | - |
count | (counter) | (value) | |
ifg | (bits) | - | |
ifd | (del) | - | |
(start_del) | (end_del) | ||
- | - | ||
txdelay | (bits) | - | |
break | (time) | - | |
get | uart | - | - |
count | (counter) | - | |
rxlen | [del] | - | |
txfree | - | - | |
rxbuf | - | - | |
txbuf | - | - | |
ifg | - | - | |
ifd | - | - | |
txdelay | - | - |
※ (): mandatory, []: optional