How to format analog data for Stamp Plot Pro


i trying graph analog serial output arduino stamp plot pro.

i have tired formating many ways , "framing error, data discarded" in stamp plot pro.

anyone know correct data output be.

here think should cant work

code: [select]

serial.print(temp);
serial.println(",");



quote
i have tired formating many ways , "framing error, data discarded" in stamp plot pro.

either baud rates not same or stampplot pro expects parity bit.  ensure baud rates same.  configure stampplot pro 8 data bits, 1 stop bit, no parity.


Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > How to format analog data for Stamp Plot Pro


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums