Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

Unknown Mcu in Serial Monitor with Arduino

2 posters

Go down  Message [Page 1 of 1]

acebrian



I have found a regression in latest trunk branch.

Serial Monitor no longer works with Arduino.

TerminalWidget shows "Unknown Mcu".

setMcuId fails because getCompId compares "atmega2560-51" id with "Mega-1" object name and they doesn't match.

Best regards.

arcachofo

arcachofo

Ok, thanks.

Arduinos now are no longer primitive components but subcircuits.
And this is one of the problems to solve after such change.

Now it is possible to create any board without coding it.
And Arduinos are the "test bench" for this feature.

arcachofo

arcachofo

This problem was solved for 0.4 branch some time ago, but for trunk was more complicated.

It is solved in trunk Rev. 199.

acebrian



I have tested it and I confirm you that now it works right.

Thanks.

arcachofo likes this post

acebrian



Latest trunk version fails again. Trying to open the serial monitor for Arduino Mega crashes SimulIDE.

In slotOpenTerm method, m_mainComp is true but m_subcircuit is NULL. Perhaps the problem is a missing call to setSubcircuit.

Best regards.

arcachofo

arcachofo

Perhaps the problem is a missing call to setSubcircuit.
Exactly.

Solved in Rev 244.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum