Quote:
|
Originally Posted by the_undefined
How can I use the prinft() function to send a single byte (or a couple of them) over the serialport
|
Check out the function, Write_Byte_To_Uart, in printf_lib.c. It sends a "raw" byte of data out the serial port.