parallaxinc / PropLoader

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

Unable to connect to port after a successful connection #40

Open TommieBoy opened 7 years ago

TommieBoy commented 7 years ago

I've installed SimpleIDE 1.1.0 but when I run the test file, it won't connect to the port after the first successful attempt. This is what I get... image

PropGit commented 7 years ago

Is there a serial terminal open that is connected to that port?

What operating system and version of OS are you running?

TommieBoy commented 7 years ago

Port 6 is open and connected to the propeller. The ‘welcome.c’ will run once, but then I get the error if I try to compile / run a second time.

Sometimes selecting Reset Port will allow it to compile once more but the issue returns.

Sometimes disconnecting and reconnecting the USB cable will also allow it to compile once more but the issue returns.

The problem only occurred after upgrading to SimpleIDE 1.1.0.

I’m running Windows 7 Ultimate with Service Pack 1, and I’ve been using SimpleIDE for several years with no issues.


Tom Lewis tw.lewis@live.ca

From: Parallax Git Administrator [mailto:notifications@github.com] Sent: 26-Jun-17 6:02 PM To: parallaxinc/PropLoader Cc: TommieBoy; Author Subject: Re: [parallaxinc/PropLoader] Unable to connect to port after a successful connection (#40)

Is there a serial terminal open that is connected to that port?

What operating system and version of OS are you running?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/parallaxinc/PropLoader/issues/40#issuecomment-311214752, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AXypnuLsDTTQx5BY2_2empQn3ydC5UvFks5sIEZugaJpZM4OF0sD.

PropGit commented 7 years ago

I'm not sure what is happening to cause that, but I suspect the port is not being closed for some reason so the software can't open it again the next time. I'll try to come up with another way to diagnose it and let you know.