Skip to content

Undocumented use of Tcmenu to allow dual embedded UI with e.g. LCD and encoders on two Mega2560 boards. #326

Answered by davetcc
AtmosphEng asked this question in Q&A
Discussion options

You must be logged in to vote

I mean this is not a case that I've really considered up until now, but yes having two such boards with the same ID needs to be supported even with the regular remote facilities as the ID is supposed to indciate what kind of device it is, for remote control I normally use the standard remote protocol in tcMenu, but there should be no issue implementing your own and roughly following what the default does.

Maybe there also needs to be a serial number as an int32 that is also sent remotely, maybe this could be a weakly implemented method that by default always returned 0, and could be implemented in your code to do otherwise. Along with the UUID the system would then be fully unique per boa…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AtmosphEng
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants