GithubHelp home page GithubHelp logo

ofxoscserial's Introduction

ofxOscSerial

Description

An openFrameworks addon that allows communication with Arduino-compatible boards via OSC over SLIP.

Features

Required Addons

  • ofxOsc (included in openFrameworks)
  • ofxPoco (included in openFrameworks)
  • ofxIO
  • ofxSerial

Getting Started

To get started, generate the example project files using the openFrameworks Project Generator.

Documentation

API documentation can be found here.

Build Status

Linux, macOS Build Status

Visual Studio, MSYS Build status

Compatibility

The stable branch of this repository is meant to be compatible with the openFrameworks stable branch, which corresponds to the latest official openFrameworks release.

The master branch of this repository is meant to be compatible with the openFrameworks master branch.

Some past openFrameworks releases are supported via tagged versions, but only stable and master branches are actively supported.

Versioning

This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.

Licensing

See LICENSE.md.

Contributing

Check out the Help Wanted tag in the issues section for specific ideas or propose your own new ideas.

Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)

  1. Fork this repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.

ofxoscserial's People

Contributors

bakercp avatar leamucho avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

leamucho

ofxoscserial's Issues

No use of delay and else alike...

Hello, I'm using a DUE, with the example you attach at the library, and as I take away the millis() delay function, these are the results in a long repetition of maybe even hundreds:

Exception thrown at 0x762C9962 in palitoOSCparser.exe: Microsoft C++ exception: osc::MalformedMessageException at memory location 0x0019FAFC.
[ error ] Got OSC Error: Exception: type tags not present
Exception thrown at 0x762C9962 in palitoOSCparser.exe: Microsoft C++ exception: osc::MalformedPacketException at memory location 0x0019FB44.
[ error ] Got OSC Error: Exception: element size must be multiple of four
Exception thrown at 0x762C9962 in palitoOSCparser.exe: Microsoft C++ exception: osc::MalformedPacketException at memory location 0x0019FB44.
[ error ] Got OSC Error: Exception: element size must be multiple of four

What I mean is that "type tags not present" and "element size must be multiple of four" repeats and repeats and repeats until suddenly, without any kind of change from my part, appears this one:
[ error ] Got OSC Error: Exception: maxBufferSize exceeded: 8192

And afterwards, the OSC messages are received normally, maybe a little slow at the console, but ok from the OSC receiver.

I've tried varying numbers at the BufferPrinter, 128, 1024 even 8192 but I guess I'm not understanding the error.

Hope you can help me :)
PD I realized all the articulated libraries are yours, since a long time ago... (even farther than 2010?) I really thank you for your work!!

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.