Ticket #80 (accepted enhancement)
circular send buffer
| Reported by: | jdunn | Owned by: | jdunn |
|---|---|---|---|
| Priority: | low | Component: | Firmware |
| Version: | Severity: | wishlist | |
| Keywords: | Cc: |
Description
Currently the 150 byte buffer in the firmware RAM is used as a circular buffer for continuous receiving. If we used it the same was for continuous sending we may be able to handle larger sends. The primary problem is that doing sends the way we do, not using the timers, is as accurate as possible, but means we don't have time to go off and check for incoming USB packets....
Change History
Note: See
TracTickets for help on using
tickets.
