SERIAL_Close
Releases ownership of the serial port.
Synopsis
#include <serial.h> void SERIAL_Close(int port);
Parameters
port | Serial port number (0 based). Specify port 0 to redirect the output to the HSM trace log |
Comments
CAUTION! This function in no way guarantees safe sharing of the ports. Any application can call SERIAL_Close() to get the access, or can use SERIAL functions without opening the port first.