==== USBON ==== ---- ---- Enable 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 ''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. ---- {{page>manual:chapter6:usb&nofooter&noeditbtn&inline}}