Communicating from one micro to another??
I am looking to make a controller that will be able to interface to another circuit (I will call this the application circuit). The controller will be able to adjust different variable that would be used to change time settings and other values that the application circuit needs to operate. I would like to also provide as close to real time as possible display on the controller that will tell me what my application is doing.
The controller will have an LCD screen that will display information. I was thinking I would need to USART or some other function to handle the communication between two micros. I was planning on using the PIC16F687 in both the controller and my application circuit. I have built a circuit which uses a LCD display and can show different settings, such as ON times, Off Times, A to D functionality and I can get the circuit to operate how I want. I need to just add the ability to remotely change variables and how to monitor the application in as close to real time as possible. What I want to see in real time is the reading from an A to D function.
Does anyone have any suggestions as to implement a form of communication between two micros? Thanks ahead of time for the help.