• URGENT ! writing to serial port without using Printf
    my problem is i want to send data to the serial port without using printf, this is because i want to read data of the serial port to use in another application. but using printf takes too long to run...
  • 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...
  • Float to ASCII conversion without using sprintf function
    Hello, I am removing all sprintf() function from my souce code as this function does not allow me to set the proper thread stack size. Does anyone have any function that implements this conversion...
  • PPP over serial server
    Hi All I want to use AT89C51rd2 OR W78e65 with a TC35i OR modem chip like Rc56 conexant or any other serial external modem with dial up ( No GPRS ) only data ex.9600bps to serving a client a HTML page...
  • Getting LPC11C14 UART to transmit
    Hi This is my first time getting into NXP MCU, I have NXP LPC11C14 Cortex-M0 MCU trying to get its UART peripheral to transmit a simple character. I followed the steps in user manual (UM10398) but...