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");