manual:chapter6:usb:cmd_usboff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:chapter6:usb:cmd_usboff [2019/11/01 14:27] (current)
jojo1973 created
Line 1: Line 1:
 +==== USBOFF ====
 +----
 +<callout type="primary" color="" icon="fa fa-book" title="Synopsis">
 +----
 +Disable USB port
 +</callout>
  
 +<callout color="green" icon="fa fa-indent" title="Stack Diagram">
 +----
 +^  __Input Stack__  ^  ^  __Output Stack__  ^
 +|  |  **→**  |  |
 +|  //Level 1//  |  //→//  |  //Level 1//  | 
 +
 +{{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
 +
 +|**Type**| [[manual:chapter5:basics#commands|Command]]  ||
 +|**Parallel list processing**| [[manual:chapter5:listproc#group-1commands-that-cannot-parallel-process|Group 1]]  || 
 +|**Affected by flags**| None  ||
 +</callout>
 +
 +<callout color="orangered" icon="fa fa-comment" title="Description">
 +----
 +The ''USBOFF'' command disables the USB driver.
 +</callout>
 +
 +<callout type="danger" icon="true" title="Compatibility">
 +----
 +This command is new in newRPL and does not exist in userRPL.
 +</callout>
 +
 +<callout type="info" icon="true" title="Usage">
 +----
 +The following program
 +<code>
 +« USBOFF
 +  USBSTATUS
 +»
 +</code>
 +executed when an USB connection is present will result in
 +<code>
 +1:                           #0h
 +……………………………………………………………………………………
 +
 +</code>
 +</callout>
 +
 +<callout color="darkgray" icon="fa fa-hand-o-right" title="Related Commands">
 +----
 +{{page>manual:chapter6:usb&nofooter&noeditbtn&inline}}
 +</callout>
  • manual/chapter6/usb/cmd_usboff.txt
  • Last modified: 2019/11/01 14:27
  • by jojo1973