Is there a way of using the uVision2 debugger and still use the serial port from the uProcessor? I am using the ADuC834 and need the serial port to send and recieve ascii text messages.
Yes, you can use the same UART for your application and for the MON51. Use the SerialWindow in µVision2 for communication in this case. If you are sending characters from the PC to the target system, disable "Stop Program Execution by: Serial Interrupt" in the monitor settings dialog.