Command to close the serial port which is connected to Arduino
res=close_serial(h)
Board pointer, to indicate which board to use to differentiate one board from another
0 if the connection is successful, else the connection fail
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.