Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m
m (Text replace - "Version 4.0 and later" to "Since Version 4.0.0")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Version 4.0 and later
+
Since Version 4.0.0
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:05, 20 March 2014

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