9 lines
160 B
Markdown
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);
|
|
```
|