Why do you want the sprintf? Miguel ---------- > De: Roger Morella > Para: PICLIST@MITVMA.MIT.EDU > Assunto: sprintf in CCS ? > Data: Sexta-feira, 21 de Maio de 1999 14:27 > > 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