First off, Hi all, new to this forum, have used other electronics forums previously but answers have dried up on other forums regarding my issue.
---------
Briefing:
I am an extreme novice having only today connected and utilised an LCD on my breadboard. I have been messing around with electronic projects for around a 1/2 month now, on and off and am picking up new stuff all the time.
I use Atmega328p microcontrollers, a USBtinyISP and code using C/C++ in programmers notepad.
-------------
So, now for the problem I am facing:
The operation that I would like the MCU to carry out is:
-Upon powering up, check if a TXD or RXD connection is made.
-If connection is made, check if the two MCUs have previously communicated. //This could be via a Unique ID of some-sort for each MCU that is stored within the memory of the MCUs??
-If they have previously communicated, carry out an IF statement/ operation.
Is this possible? How would you advise going about this operation?