UNPKG

pxt-microbit

Version:

micro:bit target for Microsoft MakeCode (PXT)

15 lines (9 loc) 404 B
# redirect To USB Direct the serial input and output to use the USB connection. The @boardname@ is set to use the USB connection for serial data by default. If serial data is currently redirected, using [redirect](/reference/serial/redirect), to the pins, you can set it back to use USB. ```sig serial.redirectToUSB() ``` ## See also [serial](/device/serial), [redirect](/reference/serial/redirect)