ArCOM('close'...)

Description

Closes an ArCOM serial port

  • Closes the port and releases it to the OS

  • Clears the serial port struct in the calling workspace

Syntax

Data = ArCOM('close', Port)

Parameters

Returns

None

Example

% 1. This closes and clears an ArCOM serial port named MyPort.

ArCOM('close', MyPort);