Problem: Suppose there is uart tx code working on one simulator and a uart rx code working on the other simulator (on the same PC). So the two simulators should work such that the output one should be given as input to the other .
I don't know where to start.
First of all is it possible?
Does Keil RealView Development Suite Evaluation support this?
If the PC has 2 COM physical port ("real" or USB-based), then direct each simulator to 1 COM port, and link the two with a null-modem cable.
If you don't have 2 physical COM ports, then look at something like com0com that gives virtual COM ports - and a virtual null-modem link between them!
com0com.sourceforge.net/