close the serial port
result = closeserial(h)
string, Tcl handle to the serial port
0 if close is successful, -1 if unsuccessul
Close the serial port channel. Wrapper to the Tcl command close.
close
h=openserial(1,"9600,n,8,1") closeserial(h)