• Inputing data through Serial Window is slow
    I am writing a code that simulates receiving text from the serial port using the serial window. When I debug this code step by step and enter the text, it works fine, but when I run the code and enter...
  • 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';...
  • Watch window issue while debugging
    Hi all, I am developing on Keil uVision v4.74 for LPC2478 controller and using Keil ULinkPro for debugging. Having problems lately while debugging on target board with ULinkPro. Our code uses...
  • Data lose while sending through TCP/IP
    Hi to all, I am working on RL-ARM RL-TCPnet. I make my lpc2388 as TCP active open and sending 16 bytes hex value to my PC for 40 times(627 bytes string). For testing i am trying with 32 bytes string...
  • problem while transmitting array through serial
    if i send one character from 8051 board to hyperterminal its working. suppose if i send an array to hyperterminal its not working. can anybody suggest whats wrong with my code. here is my sample code...