close_serialCommand to close the serial port which is connected to ArduinoCalling Sequence
res=close_serial(nHandle)
ParametersnHandle : Board number, reserved for future use. For this version, any number would dores : 0 if the connection is successful, else the connection failDescription
It is important to close the serial port after use, else the port would be busy and restart of Scilab might required to connect to it again.
ExamplesSee alsoopen_serialAuthorsBruno JOFRET