I am trying to send numbers (i.e. 44,55,66, etc) from a PC to be stored inside a 16F877A microcontroller .
The numbers are being sent using serial rs232 communication.
The microcontroller receives ...
I am having problems with the RS232 connection.
I have a 16f877a chip connected to max232 chip for serial communications.
The program sends the information correctly to the hyper terminal. But sen ...