Hi,my English isnÂ't perfect but I will try to explain the best way. I have an application and I use uVsion 3. I know to send data to serial input with Sin='a' or Sin=0x09. But I try to send a string for example Sin='hello friends' and it fails. I need to simulate my program with different strings. I would like to see you give me advice. Thanks.
Another way of sending data to the processor is to connect the serial port of the simulated processor with a serial console in the debugger. Then you can directly read text sent by the program, or write text to be sent to the program.