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