• debugging w/ uVision2 while using the serial port
    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.
  • cant getchar while connecting to serial port of MCU
    Any body can help me that how can i give data to MCU from PC using the hyperterminal or any other terminal through serial port. my prog properly work on KEIL but when i burn the hex file it can work...
  • Serial receive problems ASC1 (XC164), while debugging
    Hello, I've a receiving problem with the ASC1 serial interface of the XC164 during debugging with ULINK interface. I use the Infineon Starterkit. Transmitting is'nt a problem and if I program the software...
  • Problems with second serial port
    Hi All, I am using TI MSC1212Y5 8-bit micro controller. It has 2 serial ports. I am trying to operate them independently. I am able to transmit the data on both ports. But I am unable to receive the...
  • Problem with serial com port
    I'm using the uVision2 Debugger and I'm assigning my serial port to COM1 using the ASSIGN command: ASSIGN COM1 <S0IN >S0OUT I connect COM1 to an external hardware device that receive the data sends...