• input data through serial window while debugging
    Hi, I am working on MCB2300 (LPC2378) and I am using Keil uVision4. In my code I need to give some inputs to the code using serial window. Please let me know how to input some text using serial window...
  • input data through serial window while debugging
    Hi, I am working on MCB2300 (LPC2378) and I am using Keil uVision4. In my code I need to give some inputs to the code using serial window. Please let me know how to input some text using serial window...
  • input through serial port
    I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1. char rxcharacter(void) { char character; SBUF = _getkey (); //SBUF = 'G';...
  • input through serial port
    I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1. char rxcharacter(void) { char character; SBUF = _getkey (); //SBUF = 'G';...
  • Input through serial port causes random characters when in debug mode (CMSIS-DAP as debugger)
    Hi, I am working FRDM K64F and getting some issues when I use CMSIS-DAP as debugger. I am using serial port for input and output strings. Output is as expected but when input characters they are...