Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Hello Niels, the problem is solved!
the main cause of the random number output was the
Serial.print(data[i])
since i use the Arduino 1.0, I can't use the
Serial.print(data[i], BYTE); to make it as byte,
cause the Arduino said it's no longer supported.
so therefore i change the code to
Serial.write(data[i]);
And the logcat output is streamed beautifully..
Hope this could be your note, and i Hope this could help others.
I think we need to re-test all the example to the new Arduino 1.0
to make it uptodate, and reliable.
Best Regards!
Original comment by nanda.f...@gmail.com
on 20 Jan 2012 at 8:09
Attachments:
Original issue reported on code.google.com by
nanda.f...@gmail.com
on 18 Jan 2012 at 6:49