Here is a SOCKET toolbox for Scilab. This toolbox enables communications between
an instrument or server located via TCPIP protocol and Scilab.
WARNING:
* This toolbox uses the Scilab TCL/Tk tclsci module, that's not provided
for MacOS. Hence, it can be used with Scilab only on Windows and Linux.
* socket_toolbox for Scilab 6.0 may be affected by http://bugzilla.scilab.org/15607
FUNCTIONS
---------
SOCKET_init — Display a message
SOCKET_open — Open a SOCKET Session
SOCKET_pause — Add a delay in your Scilab script
SOCKET_query — Query on an opened SOCKET Session
SOCKET_read — Read on an opened socket session
SOCKET_write — Write on an opened SOCKET Session
SOCKET_close — Close a Socket session
CHANGES 2.0.2 => 2.0.3
----------------------
* Bug fixed: SOCKET_read() failed when the answer contains some ' chars.
https://atoms.scilab.org/toolboxes/socket_toolbox/2.0#comment1742
* The toolbox can now be installed offline (DESCRIPTION file added)