Receive an object and execute it
The USBAUTORCV
command receives an object transmitted by another calculator using the USB link, provided the connection has been successufully negotiated. Since by default object reception happens automatically without an explicit use of USBAUTORCV
, the pre-condition for usage of USBAUTORCV
is the disabling of automatic reception by setting flag -47.
If the transfer succeeds USBAUTORECV
will be automatically XEQ
ted - see USBRECV
if this feature is not desired.
To signal the user of an incoming object waiting to be received an RX indicator is displayed in the status area. If there's no data incoming USBAUTORCV
silently terminate itself.
This command is new in newRPL and does not exist in userRPL.
If the following program
« "KNOCK! KNOCK!" »
has been sent from another calculator and it's waiting to be received, then
1: …………………………………………………………………………………… USBAUTORCV
will result in
1: "KNOCK! KNOCK!" ……………………………………………………………………………………
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 |