Open GoogleCodeExporter opened 8 years ago
I have this exact same problem. Wxp, sp2, 32bit , old junk Del. Still trying
to install an Ubuntu.
Arduino is spitting out the Data appearantly, because I can see it on the
serial monitor.
SimpleSerialArduinoscope builds a screen GUI ok. but all six channels are 0.
Any Ideas?
Todd
Original comment by toddheffley
on 30 Apr 2014 at 3:44
[deleted comment]
You have to change the number of scopes with your real number of channels to
make it work:
Try to change this line of code "Oscilloscope[] scopes = new Oscilloscope[6];"
with this one "Oscilloscope[] scopes = new Oscilloscope[n];", where n is the
number of sources that you use as input.
Original comment by giordano...@gmail.com
on 8 Jul 2015 at 7:32
Original issue reported on code.google.com by
ASTy...@gmail.com
on 27 Feb 2014 at 1:04