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 as i want my program to run at a speed less than 1mS. any help as soon as possible would be very helpfull??????????
Hi: Maybe you can write a concise "printf" function instead of the formerly "printf" function
"Maybe you can write a concise "printf" function instead of the formerly "printf" function" Yes, that's what I meant earlier when I said, "If you find that printf is too cumbersome, you will need to write your own routines"