Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 41: Line 41:
 
* [[Axystems:MC-Basic:PRINT HASH|PRINT HASH]]
 
* [[Axystems:MC-Basic:PRINT HASH|PRINT HASH]]
  
 
+
[[Category:Axystems:MC-Basic:File Management|CLOSE]]
 
}}
 
}}

Revision as of 15:55, 13 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