Coder Social home page Coder Social logo

Comments (2)

hazkaz avatar hazkaz commented on August 16, 2024 1

Hi,
I looked up the code for upto 2012 and based on what I saw, the code for readBytes and timedRead are the same. What might however cause different behaviour is that readBytes calls timedRead n times for n bytes. Each timedRead makes a call to millis (which could be making the difference here).

Your code however waits for the all the bytes to be available in the serial buffer before reading all of them at once.

I haven't made any measurements on a DSO and can't verify this however. I don't even know if readBytes is infact slower, let alone how much slower per byte(microseconds, milliseconds etc). Let me know if you find out more.

from arduino-robust-serial.

araffin avatar araffin commented on August 16, 2024

Hello,

Good question, I think this came from test a colleague did a while ago (already 5 years from now...)

But maybe it has changed or the test is not valid anymore. Feel free to replace that with the readBytes, I would be happy to have a feeback/proper comparison ;).

from arduino-robust-serial.

Related Issues (6)

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.