Difference between revisions of "MC-Basic:CLOSE"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:CLOSE to MC-Basic:CLOSE: Global renaming of Axystems: namespace into (Main):)
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:INPUT$|INPUT$]]
+
* [[MC-Basic:INPUT$|INPUT$]]
 
* [[Axystems:MC-Basic:LOC|LOC]]
 
* [[Axystems:MC-Basic:LOC|LOC]]
 
* [[Axystems:MC-Basic:OPEN|OPEN]]
 
* [[Axystems:MC-Basic:OPEN|OPEN]]

Revision as of 08:38, 22 May 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