parallaxinc / PropLoader

Parallax Propeller loader supporting both serial and wifi downloads
MIT License
27 stars 13 forks source link

Download fails if port23 active. #44

Closed ClockLoop closed 6 years ago

ClockLoop commented 6 years ago

$ proploader -i sis1 -e -r sis.binary Opening file 'sis.binary' Downloading file to port sis1 11324 bytes sent Verifying RAM Programming EEPROM ERROR: Download failed

$ proploader -i sis1 -e -r sis.binary Opening file 'sis.binary' Downloading file to port sis1 11324 bytes sent Verifying RAM Programming EEPROM Download successful!

For the first download I had putty on my computer connected to sis1 telnet port23 while the prop chip was sending 115200 debug output data to the sis1 esp chip.

The second attempt I closed putty to stop the connection to sis1 telnet port23.

Perhaps this is a Parallax-ESP bug,...

ClockLoop commented 6 years ago

Putty was also dropping/freezing the telnet connection at random from two different computers, in different locations.

This, so far, has been resolved by simply moving the location of the wifi router to one that has less walls between the esp and router.

Simply put, this is a problem directly related to a bad/low wifi signal between the esp and router.