PropTool .2.6.0 - Communications error
ozpropdev
Posts: 2,792
in Propeller 2
@Jeff/Chip
I'm encountering an error when downloading files >~200k in PropTool.
A communication error dialog appears after ~2 seconds ,although the download keeps going.
Acknowledging the dialog then produces a second different dialog.
The download completes fine as long as you don't acknowledge the first dialog while the download is finishing.
The included code demonstrates the error.
Cheers
Brian
'PropTool Version 2.6.0 dat org loop drvnot #24 waitx ##25_000_000 jmp #loop dat orgh buffer byte $55[200*1024]
Comments
I just tried your code using PropTool 2.7.0 (beta) on a P2 Edge Rev C setup and it download fine.
I don't have PropTool 2.6.0 installed currently so I can't verify your issue.
Perhaps you could download PropTool 2.7.0 (beta) into a different folder and see if that works?
-- Francis
Thanks Francis.
I missed the release of 2.7.0 somehow.
Anyhow updated to 2.7.0 and all is well now.