Hi,
Here is new update version.
![:)](/dot/public/style_emoticons/default/smile.png)
-Added interrupt option of serial command.
(format) Send( data [,baudrate][,enable_exit])
(format) Recv( data [,baudrate][,enable_exit])
(format) OpenComport38K[,baudrate][,transfermode][,enable_exit]
[baudrate]: 0=300, 1=600, 2=1200, 3=2400, 4=4800, 5=9600, 6=19200, 7=38400, 8=57600, 9=115200 baud
default baudrate is 38400
[transfermode]: 0:binary data transfer mode 1:necessary to match data type (default)
When OpenComport38K with [transfermode:0]option, Send38K/Receive38k is binary data transfer.
[enable_exit]: 0:not interrupt 1:interrupt
(example) Send(A,,1)
(example) Recv(A,,1)
EXIT interrupt enable.
for CG10/20/50/Graph90+E version.
![:)](/dot/public/style_emoticons/default/smile.png)
-Fixed strings/Mat/List bug of CG10/20.
-Changed specification of the status area display as much as possible.
It is the status display mode at the start of program,
It becomes the status no-display mode when use drawing command in the status area.
It return to the status display mode again when use PutDispDD command.
-Added interrupt option of serial command.
(format) Send( data [,baudrate][,enable_exit])
(format) Recv( data [,baudrate][,enable_exit])
(format) OpenComport38K[,baudrate][,transfermode][,enable_exit]
[baudrate]: 0=300, 1=600, 2=1200, 3=2400, 4=4800, 5=9600, 6=19200, 7=38400, 8=57600, 9=115200 baud
default baudrate is 38400
[transfermode]: 0:binary data transfer mode 1:necessary to match data type (default)
When OpenComport38K with [transfermode:0]option, Send38K/Receive38k is binary data transfer.
[enable_exit]: 0:not interrupt 1:interrupt
(example) Send(A,,1)
(example) Recv(A,,1)
EXIT interrupt enable.
---------------------------------------------
re-uploaded 1.89 and 0.62 (11/12/2018)
---------------------------------------------
-Fixed Seq( command bug that became the error at the time of the command evaluation with an illegal value of the variable.
(example) -2->X
(example) Seq(sqrt(X),X,1,4)
Edited by sentaro21, 11 December 2018 - 11:43 AM.