We are working on a project that employs ATMEL 89C51. Presently we are developing code using Keil and testing it using simulator. There is extensive serial port transactions in the project. We have a working system whth RS232 for connecting to our system under development.
To test the code under simulation, we would like to use COM1 or COM2 for connecting it to the external working system. The system is connectred with 9600 baud. Can we send data to this system and receive data from this system, while we are in simulation. If so, how do we do?