utils/serload: add interactive mode
xfer: reset block count on transfer start
This commit is contained in:
parent
8f4d017668
commit
0016d4ea25
2 changed files with 110 additions and 42 deletions
|
|
@ -226,6 +226,7 @@ begin
|
|||
if not invalid then
|
||||
begin
|
||||
open(xferFile, filename, ModeOverwrite);
|
||||
blockNo := 0;
|
||||
done := false;
|
||||
repeat
|
||||
serReadBlock(ok);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue