GithubHelp home page GithubHelp logo

Comments (4)

Krolken avatar Krolken commented on May 24, 2024

Hi.

Are you proposing a change? I don't have any devices that uses short reaction time and cannot test against it.
Do you have one?

from iec62056-21.

youserj avatar youserj commented on May 24, 2024

yes. I develop soft and powermeter at the moment.
And more one problem:
(Acknowledgement/option select message = 20ms) + (short_reaction_time = 20ms) = 40ms
however - self.port.flush() - give delay about 50ms(in windows 10).
can I remove flush?
and make delay use time.time() into rest method

from iec62056-21.

Krolken avatar Krolken commented on May 24, 2024

If you want to try out some differnet settings i sugest you subclass and override.
I don't see how flush should be a problem since it returns when all data is sent. You don't want to close the port while stil having data in the outbuffer.

Also the timings are mostly not a problem, since you write and then do a blocking read. So the only time you have to make sure to wait is when you receive something and then send it back.

What meter are you using?

from iec62056-21.

Krolken avatar Krolken commented on May 24, 2024

Closing due to inactivity. Please open again if needed.

from iec62056-21.

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.