You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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
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 ?
The text was updated successfully, but these errors were encountered: