Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
m
Line 12: Line 12:
 
Ends I/O to a serial communication device.<br>
 
Ends I/O to a serial communication device.<br>
  
<''DeviceHandle>'': a serial port handle
+
<''DeviceHandle''>: a serial port handle
  
 
|TYPE=
 
|TYPE=
<''DeviceHandle>'': Long
+
<''DeviceHandle''>: Long
  
 
|RANGE=
 
|RANGE=
<''DeviceHandle>'': 1 to 255
+
<''DeviceHandle''>: 1 to 255
  
 
|UNITS=
 
|UNITS=

Revision as of 11:35, 20 March 2014

Ends I/O to a serial communication device.

<DeviceHandle>: a serial port handle

Syntax

Close #<DeviceHandle>

Availability

Version 4.0 and later

Type

<DeviceHandle>: Long

Range

<DeviceHandle>: 1 to 255

Scope

Configuration, Task or Terminal

Limitations

Write only

Examples

Close #2

See Also