MC-Basic:CLOSE

From SoftMC-Wiki
Revision as of 09:16, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search

Ends I/O to a serial communication device.

<DeviceHandle>: a serial port handle

Syntax

Close #<DeviceHandle>

Availability

Since Version 4.0.0

Type

<DeviceHandle>: Long

Range

<DeviceHandle>: 1 to 255

Scope

Configuration, Task or Terminal

Limitations

Write only

Examples

Close #2

See Also