您能否提供一些在 Linux 中与 scilab 进行串行通信的示例。当我发出命令时:
h=openserial(1,"9600,n,8,1");
我收到以下错误:
-->h=openserial(1,"9600,n,8,1");
!--error 999
TCL_EvalStr, at line 1
bad option "-mode": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, or -translation
while executing
"fconfigure file114 -mode 9600,n,8,1"
at line 27 of function openserial called by :
h=openserial(1,"9600,n,8,1");