ok N(linenumber) P(bufferremaining) the host can use this to send the data much faster. Some pseudo code: If (bufferremaining > 0) send command ## as long there is free buffer send command Also if (linenumber > lastsend - bufferremaining) send command ## as long last linenumber received is bigger than lastsend (host) - last bufferremaining received
|
||
5533 | 5533 |
|
5534 | 5534 |
|
5535 | 5535 |
|
5536 |
|
|
5536 |
|
|
5537 | 5537 |
|
5538 |
|
|
5538 | 5539 |
|
5539 | 5540 |
|
5540 | 5541 |
|