pxt-calliope/docs/reference/serial.md
2016-04-15 16:36:31 -07:00

9 lines
160 B
Markdown

# Serial
[Serial communication](/device/serial) between the BBC micro:bit and another computer.
```cards
serial.writeLine("");
serial.writeValue("x", 0);
```