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