Name
CloseSerialPort -- close serial port connection (V8.0)
Synopsis
CloseSerialPort(id)
Function
This function can be used to close the serial port connection specified by id. This serial port connection must have been opened using OpenSerialPort() before. You should always close serial port connections as soon as you are done with them.

Inputs
id
identifier of the serial port connection to close

Show TOC