• serial transmit problems
    Howdy, i am using Keil's 'hello.c' program on a C167CR-LM, Phytec dev board. It outputs 'Hello World' to the serial port using printf. This works fine if i simulate it in uVision. But when i load it into...
  • how to send an array to microcontroller through serial communication
    Hi all iam working on c51 cygnal microcntrollers iam performing serial communication , at the console iam performing some manipulations and iam updating in an array[255] now i would like to send this...
  • 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...
  • LPC2368 hangs while transmitting characters via USB
    Hi, I am using the Keil sample code to implement the vitual COM communication on LPC2368. The Communication works well when the hyperterminal is connected to the device. When the device keeps...
  • Transmit Interrupt
    Greetings, regarding this link: http://www.keil.com/support/docs/788.htm When I attempt to use the putchar the code seems to lock up at the line: while (!TI_1); When I comment this...