Enable USB port
The USBON
command enables the USB driver.
This command is new in newRPL and does not exist in userRPL.
The following program
« USBOFF USBON USBSTATUS »
executed when an USB connection is present will result in
1: #1h ……………………………………………………………………………………
because USBON
restarts the USB driver bout doesn't re-estabilishes a connection.
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 |