Git Product home page Git Product logo

serial-oscilloscope's Issues

Not working with Arduino Leonardo

First of all, great work with the code !! thanks.

The problem was solved for me enabling DTR when opening the COM port. It looks like it is needed when working with Leonardo.

serialPort = new SerialPort(portName, baudRate, Parity.None, 8, StopBits.One);
serialPort.DtrEnable = true;

Launching multiple instances

I am trying to work with displaying data from 6 different accelerometers using Serial-Oscilloscope, but i am having trouble with instancing more than 4 instances. The error code is SCOPE_HANDLE_ERROR , followed by : SCOPE_CREATION_ERROR

Wrong separator character

Very good tool, very useful!

Imo, the only thing that is not perfect is the termination character, which is set to '\r' instead of '\n'.
Note that '\r' is the carriage return and '\n' is the newline character.

I hope for one fix of the following list:

  • change to the true newline character '\n'
  • allow '\r' and '\n' and '\r\n' as possible separator
  • make the separator chosable
  • change documentation from newline to carriage return (least favourable solution imo)

The reason I prefer '\n' is, that most command line tools (sed and similar) seem to be preferring this over '\r'.

color map of traces

Is it possible to put somewhere on the GUI how the channels correspond to the colors of the traces?

Need to manually add COM port

Need to manually add COM port using a form and a [add] button, for instance COM1.
I'm using wine to run under OSX. As it seems X-CTU for XBee devices allows to add manually.
Hoping this wil help Serial Oscilloscope's refresh issue under wine for OSX

X-Y plot (lissajous plot)

I want to convert the source code for the llissajous ploting. give me some help for that. if there any thing already done in past please share with me.

thank you...

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.