SERIAL_Close
This function is used to release ownership of the serial port.
Synopsis
void SERIAL_Close(int port);
| Parameter | Description | 
|---|---|
port
                                                             | 
                                                            Serial port number (0 based). Specify port 0 to redirect the output to the hsmtrace log. | 
Return Code
N/A
Comments
See SERIAL_Open