Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
I also had this problem. Plus Im not getting any readings. The monitor opens 
but no 
readings. I do get readings however in the example TestOscope but no readings 
in 
simplearduinoscope. 

Original comment by [email protected] on 13 Feb 2010 at 11:45

from arduinoscope.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
try bringing your scope count down, it may just be too much to handle.

The no-readings thing might be coming from the wrong serial port being used. My 
code 
just grabs the first port. If you have more then 1, this might not be what you 
want. 
to fix, try changing "port = new Serial(this, Serial.list()[0], 115200);" 
around line 
87 in SimpleSerialArduinoscope.pde, to "... Serial.list()[1] ..." or "... 
Serial.list()[2] ..." or "... Serial.list()[3] ..." for example.

Original comment by [email protected] on 18 Feb 2010 at 1:20

from arduinoscope.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
Hi David,
Is there a chance you will send me source for win-32 Application please?
I search some days now how to work with incoming serial data. I am using 
VS2008. I 
read incoming data within my software but i have no idea how to bind incoming 
values 
with sliders ect. 
Thank you 

Original comment by [email protected] on 28 Feb 2010 at 7:28

from arduinoscope.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024
You can find the source for all the versions in the "source" tab above.

Original comment by [email protected] on 9 Nov 2011 at 4:04

from arduinoscope.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 10, 2024

Original comment by [email protected] on 25 Sep 2012 at 6:44

  • Changed state: Fixed

from arduinoscope.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.