Bug #1131
network programming script sends 1 too many packets
| Status: | Fixed | Start: | 02/23/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Brad Neuman | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When the packet size is exactly divisible by 32 the script sends an extra packet with 32 blank bytes and fails due to not receiving an ack. The board however operates correctly in this case and the program is loaded.
Use case in /programmer/test/main.c with r175
The program size is 222 bytes but the scripts reports it as 224 bytes with .data I believe.
History
Updated by Brad Neuman almost 2 years ago
- Status changed from Assigned to Fixed