You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Closes a <glossarytag="device driver">device driver</glossary> that was opened with the <commandtag="open driver">open driver</command> <glossarytag="command">command</glossary>.</summary>
<examples>
<example>close driver (line 2 of the driverNames)</example>
<example>close driver "USBCam1"</example>
</examples>
<history>
<introducedversion="1.1.1">Added.</introduced>
<deprecatedversion=""></deprecated>
<removedversion=""></removed>
<changedversion="2.0">2.0</changed>
<experimentalversion=""></experimental>
<nonexperimentalversion=""></nonexperimental>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
</classes>
<security>
<disk/>
</security>
<classification>
<category>Networks & Communication</category>
</classification>
<references>
<commandtag="write to driver">write to driver Command</command>
<description>Use the <b>close driver</b> <glossarytag="command">command</glossary> after you're finished communicating with a <glossarytag="peripheral device">peripheral device</glossary>.<p></p><p><b>Parameters:</b></p><p>The <i>deviceName</i> is the name of a <glossarytag="device driver">device driver</glossary> that's installed on the system and that you have previously opened with the <commandtag="open driver">open driver</command> <glossarytag="command">command</glossary>.</p><p></p><p><b>Comments:</b></p><p>Any device drivers you have opened are closed automatically when you quit the application.</p><p></p><p>If you try to close a driver that is not already open, the <b>result</b> function is set to.</p><p></p><p></p><p></p><change><p>Support for using serial drivers with OS X systems was added in version 2.0.</change></description>