Does anyone know how I can do a sprintf using the CCS compiler? For those who don't know what sprintf is, it is the same as the printf function but instead of printing to the serial port, it prints to a buffer. ex. sprinf(*buffer, "Volts %u ", volts) Thanks in advance, Roger