• 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';...
  • How to watch data memory through memory window
    I type the adrress,but it just display the data of code,but I wan't to see the data in RAM,what shall I do?
  • Slow, slow , slow TCPNet ...
    Hi, I'm using a MCB2368 board with both RTX and TCP Net over ethernet. I have a single tcp task that manages all my socket. The other task is a FTP server connected to a SD memory card and communicates...
  • sending hex data through an 8051 serial port
    hi, I need to send 0x6e(1 byte or multi byte Hex value) through an 8051 serial port