2017-04-21 18:02:29 +02:00
|
|
|
# Serial Write Buffer
|
|
|
|
|
|
|
|
Write a buffer to the [serial](/device/serial) port.
|
|
|
|
|
|
|
|
```sig
|
|
|
|
serial.writeBuffer(pins.createBuffer(0));
|
|
|
|
```
|
|
|
|
|
2017-09-07 22:42:08 +02:00
|
|
|
## Parameters
|
2017-04-21 18:02:29 +02:00
|
|
|
|
|
|
|
* `buffer` is the buffer to write to the serial port
|