Thursday, February 11, 2010

XBee and USB to Serial FTDI latency and dropped packets

You would think that the USB board provided with the XBee dev kit right would work perfectly right out of the box. Unfortunately, you may experience problems depending on your application.

The Problem - Buffering


USB works quite different than RS232, or any serial type communication. A USB client is polled by the host. This means that the client must sit on any data it has until the host asks for it. In a USB to serial converter, the FTDI chip buffers data it receives until either the buffer is full, or until an idle timer triggers the buffer to flush because no data has come on the serial port for a configured amount of time.

The Ugly Side of Buffering


Buffering the data can cause two things to happen. If the data comes in at just the right speed, the buffer will slowly fill, but the timer will not time out. The default timeout for the FTDI driver is 16ms. It takes 62 bytes coming from the serial port to reset the timer. If the FTDI chip receives 62 bytes every 16ms, a timeout will never occur, and the USB block request buffer will slowly fill. The FTDI chip will then only send data out once the USB block request is full. You can figure out the time it will take the buffer to fill with the following equation, given the default block request buffer size is 4096 bytes.

time = 16ms*(size of ftdi buffer)/(62 serial bytes + 2 status bytes)

Worst case,

16ms*4096B/64B = 1.024 seconds

This 4k of data will come in bursts every 1 second. In computing time, this is eternity. Additionally, when the data does come, it comes in bursts of 4kB and at full blast. There is no delay between bytes. If the program or hardware receiving the data from the FTDI over the virtual serial port doesn't service the data fast enough, data will be lost and packets dropped.

The Dropped Packet Solution - Flow Control


To solve the problem of lost data, use flow control. Flow control might not be required on a physical RS232 interface with the same throughput and delays, but on the virtual port it is almost requisite. Enabling flow control is a simple thing to do, especially on the USB board that comes with the XBee dev kit. Any device connected to the FTDI chip should use flow control of some sort.

The Latency Solutions - Block Request Size and Latency Timer


There are 2 ways to fix the latency issues. Fist, you can change the block request size from 4kB down to a smaller value. The second method is to decrease the latency timer value from 16ms to a smaller value. According to FTDI, the preferred method is to change the block request size. In reality a balance of the two methods will yield the best performance per application.

To change the block request size and latency timer settings in windows, open the device manager. In the device manager, find the virtual serial port under 'Ports'. Open up the properties. Under 'Advanced' options on the 'Port Settings' tab, you can change both block request size and latency timer settings.

More information can be found here.

9 comments :

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. Stephen, I am trying to use an FT232RL to send data at 921600 or 1000000 baud.
    But I do not get better performance than at 500 000.

    I tried changing the buffer size and latency, but it did not help.

    See my blog post

    http://madeintheusb.blogspot.com/2016/07/faster-serial-port-communication-from.html

    Thanks.

    ReplyDelete
    Replies
    1. Interesting project. Are you hitting the interrupt processing limits of the MCUs? Have you tried using DMA? DMA should see much greater throughput than interrupt driven firmware.

      Delete
  3. USB remains for 'All inclusive Serial Bus'tribe game of thrones and has been touted as the answer for a PC interface that can work all around.

    ReplyDelete
  4. A large portion of us will begin our day to the tune of an electric wake up timer. bobsweep pethair

    ReplyDelete
  5. As per another examination by the Kaiser Family Foundation, kids spend around 5 hours staring at the TV and motion pictures, 3 hours on the web, 1/2 hours messaging on the telephone, and a 1/2 hour chatting on the telephone every day. bobsweep pethair plus review

    ReplyDelete
  6. . However, it is also because of the rapid nature of innovation that has made it hard to keep track of new technologies. bobsweep pethair plus

    ReplyDelete
  7. his is an extraordinary new component, the USB stockpiling gadget enables you to encode, secret key ensure, and verification/confirm your backups easily. pen drive fingerprint scanner

    ReplyDelete
  8. XBee and USB to Serial FTDI devices are commonly used in wireless communication applications. However, latency and dropped packets can be an issue in certain scenarios. It is important to ensure that the appropriate drivers and settings are used to minimize these issues. Tweaking the latency timer and buffer settings can also improve the performance of these devices. Overall, it is crucial to carefully configure the XBee and USB to Serial FTDI devices to ensure reliable wireless communication. https://electronicbookreadingdevice.com/

    ReplyDelete