Difference between revisions of "MC-Basic:CLOSE"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Close #<''DeviceHandle>'' |AVAILABILITY= Version 4.0 and later |DESCRIPTION= Ends I/O to a serial communication device.<br> <''DeviceHandle…') |
|||
| (11 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:CLOSE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
| − | Version 4.0 | + | Since Version 4.0.0 |
|DESCRIPTION= | |DESCRIPTION= | ||
Ends I/O to a serial communication device.<br> | Ends I/O to a serial communication device.<br> | ||
| − | <''DeviceHandle | + | <''DeviceHandle''>: a serial port handle |
|TYPE= | |TYPE= | ||
| − | <''DeviceHandle | + | <''DeviceHandle''>: Long |
|RANGE= | |RANGE= | ||
| − | <''DeviceHandle | + | <''DeviceHandle''>: 1 to 255 |
|UNITS= | |UNITS= | ||
| Line 30: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
| − | Write | + | Write only |
|EXAMPLE= | |EXAMPLE= | ||
| Line 36: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:INPUT$|INPUT$]] |
| − | * [[ | + | * [[MC-Basic:LOC|LOC]] |
| − | * [[ | + | * [[MC-Basic:OPEN|OPEN]] |
| − | * [[ | + | * [[MC-Basic:PRINT HASH|PRINT HASH]] |
| − | |||
| + | [[Category:MC-Basic:File Management|CLOSE]] | ||
}} | }} | ||
Latest revision as of 05:53, 26 April 2017
| Language: | English • 中文(简体) |
|---|
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