Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COM port not detected in Flashtool #16

Open
leocopter opened this issue Mar 28, 2014 · 3 comments
Open

COM port not detected in Flashtool #16

leocopter opened this issue Mar 28, 2014 · 3 comments

Comments

@leocopter
Copy link

I think I found the source of the problem : QSerialPortInfo does not detect all the COM ports in Windows. This is an issue with QT. Is there a patch for this, or a way to roll back to another COM port detection routine ? And why not let the user input the COM port manually ?

@smurfy
Copy link
Member

smurfy commented Mar 28, 2014

Hm, strange, i could add a manual option, but it seems strange that the QSerialPortInfo won't detect the port. did you try different usb ports?

@leocopter
Copy link
Author

Yes I tried lower ports (5, 7). I tried a different AIOP board. I am using
44 ports on Win 7. That's probably the issue for QT. I get the same problem
in Mint linux (ubuntu) opening Flashtools with Wine.
The manual option would be much appreciated.

Thanks !

On Fri, Mar 28, 2014 at 9:05 AM, Philipp Andreas
[email protected]:

Hm, strange, i could add a manual option, but it seems strange that the
QSerialPortInfo won't detect the port. did you try different usb ports?

Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-38916545
.

@smurfy
Copy link
Member

smurfy commented Mar 28, 2014

Ok. About the wine thing, flashtool compile just fine on linux/mac too but the avrdude call is not implemented.

A problem which could arise with a manual port detection is, that i plan to remove avrdude calls and flash directly #9 not sure if a port not detected by QSerialPortInfo will work with QSerialPort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants