# Maximum Serial Rate?

**URL:** https://forums.digi.com/t/maximum-serial-rate/3544
**Category:** Plug N' Play
**Tags:** hardware
**Created:** [July 25, 2012, 9:22pm UTC](https://forums.digi.com/t/maximum-serial-rate/3544 "2012-07-25T21:22:25Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nowakowskis](https://avatars.discourse-cdn.com/v4/letter/n/aca169/32.png) [@nowakowskis](https://forums.digi.com/u/nowakowskis)
#### Post date: [July 25, 2012, 9:22pm UTC](https://forums.digi.com/t/maximum-serial-rate/3544/1 "2012-07-25T21:22:25Z")

</div>

I am interested in this product, but was curious: without flow control enabled, how fast can the serial connection continuously send data to the wi-sp, and not have any data lost? I am currious because I current have a wi-fly and it can’t keep up with the serial connection unless I turn the baud rate way down. It fills up the buffer and data is lost. So can it handle the maximum rate (230,400 bps) without flow control?  
Thanks!

---

<div class="post-metadata">

### Author: ![lynnl](https://avatars.discourse-cdn.com/v4/letter/l/22d042/32.png) [@lynnl](https://forums.digi.com/u/lynnl)
#### Post date: [July 29, 2012, 6:44pm UTC](https://forums.digi.com/t/maximum-serial-rate/3544/2 "2012-07-29T18:44:03Z")

</div>

I think that’s hard to define - both have quite a bit of memory so I’d expect several K of data ‘backup’ in front of the TCP socket to occur before they start dropping data.

One alternative - both the current Sp and WiSP support Python, which means you could create a small program to collect and buffer several mega-byte of data internal to the product. So you have 1 loop collecting serial data, and a second one trying to send chucks out TCP.
