Git Product home page Git Product logo

chipkit_serial_pi's Introduction

chipkit_serial_pi

Serial communication protocol to exchange commands between the Raspberry PI and ChipKit PI via the direct serial connection

chipkit_serial_pi's People

Contributors

alicemirror avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

nagyistoce

chipkit_serial_pi's Issues

Optimise the low level parser functions

Replace the repeated parsing lines with short functions to reduce the code size and increase the speed and code readability.

Example, the res variable generation that simply append a character recursively.

Implement all where it is possible

Review the strFloat() method

This method should be reviews as it seems not generating the right string. Method should be changed to create a return string instead of writing directly to the serial port.

Missing commands

Add the missing commands to the parser.

The not yet supported commands are defined and documented in the CommandProcessor.h

Create the full parser response

The actual commandReturn() method should be replaced and the message string updated during the parsing process. When the parser exits (from any exit condition) the message object will contain the full response to the master that should be sent to the serial connection.

Add execute commands

When the received commands+parameter string is parsed without errors should call the specific function method for execution.

Complete the display templates

In the same way of the Stethoscope template also all the other templates should be created and exectued by the E (Enable) command.

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.