Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
Line 30: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only
+
Write only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 10:53, 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