==== USBOFF ====
----
----
Disable USB port
----
^ __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 ||
----
The ''USBOFF'' command disables the USB driver.
----
This command is new in newRPL and does not exist in userRPL.
----
The following program
« USBOFF
USBSTATUS
»
executed when an USB connection is present will result in
1: #0h
……………………………………………………………………………………
----
{{page>manual:chapter6:usb&nofooter&noeditbtn&inline}}