Giter Club home page Giter Club logo

Comments (6)

jcw avatar jcw commented on August 22, 2024

Where can I find more info about this?

I also see that there's a 0023 release - do you know what the relation is to the 1.0rcseries?

from ethercard.

 avatar commented on August 22, 2024

It's in the 1.0 release notes.
http://code.google.com/p/arduino/wiki/Arduino1

Found a second bug btw. The $D string argument in Stash::prepare() doesn't work correctly.
Every integer >= 10 is translated to an ASCII character >= 90.
See the pachube.ino sketch for example.

from ethercard.

jcw avatar jcw commented on August 22, 2024

Whoops, fixed in last check-in.

What's needed to support F() - a couple of __FlashStringHelper casts in the right place? I'm not quite up to speed on this.

from ethercard.

 avatar commented on August 22, 2024

Neither am I.
I only know what we can learn from the source code of the arduino 1.0 core library.

They seem to have changed the types of the parameters of the serial functions to correspond with it, but that is the best lead I've found so far.

from ethercard.

Cinezaster avatar Cinezaster commented on August 22, 2024

I was looking at the PString librarie http://arduiniana.org/libraries/PString/, Makes filling the buffer a lot easier I think?

from ethercard.

jcw avatar jcw commented on August 22, 2024

Yes, PString looks good, but it requires a RAM-based buffer. For the EtherCard lib with its extreme RAM shortage, I came up with the slightly different approach of using "stashes" which are not using any ATmega RAM but saving stuff to the ENC28J60's RAM instead.

See http://jeelabs.org/2012/04/11/ethercard-improvements/ for where I'm trying to go with this.

from ethercard.

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.