# Serial

[Serial communication](/device/serial) between the BBC micro:bit and another computer.

```cards
serial.writeLine("");
serial.writeValue("x", 0);
```