# Mostrando datos desde el puerto serie de Arduino

**URL:** https://discourse.processing.org/t/mostrando-datos-desde-el-puerto-serie-de-arduino/954
**Category:** Español
**Created:** [June 14, 2018, 10:35am UTC](https://discourse.processing.org/t/mostrando-datos-desde-el-puerto-serie-de-arduino/954 "2018-06-14T10:35:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [June 20, 2018, 12:09am UTC](https://discourse.processing.org/t/mostrando-datos-desde-el-puerto-serie-de-arduino/954/2 "2018-06-20T00:09:13Z")

</div>

> [@Display data in window from Arduino serial port](https://discourse.processing.org/t/display-data-in-window-from-arduino-serial-port/955/2):
>
> You could use a [StringList](https://processing.org/reference/StringList.html) as a buffer. Add the text to the list instead of displaying it right away. If the buffer is larger than some number, remove the oldest entry (index zero). Call text() in a loop to draw the whole list.

---

_[View the full topic](https://discourse.processing.org/t/mostrando-datos-desde-el-puerto-serie-de-arduino/954)._
