USBOFF
Synopsis
Disable USB port
Description
The USBOFF
command disables the USB driver.
Compatibility
This command is new in newRPL and does not exist in userRPL.
Usage
The following program
« USBOFF USBSTATUS »
executed when an USB connection is present will result in
1: #0h ……………………………………………………………………………………
Related Commands
Command | Short Description | |
---|---|---|
USBSTATUS | Get status of the USB driver | NEW |
USBRECV | Receive an object through USB link | NEW |
USBSEND | Send an object through the USB link | NEW |
USBOFF | Disable USB port | NEW |
USBON | Enable USB port | NEW |
USBAUTORCV | Receive an object and execute it | NEW |
USBARCHIVE | Create a backup on a remote machine | NEW |
USBRESTORE | Restore a backup from a remote machine | NEW |