Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QSerialport readyRead() for measuring revolutions
Forum Updated to NodeBB v4.3 + New Features

QSerialport readyRead() for measuring revolutions

Scheduled Pinned Locked Moved Solved General and Desktop
21 Posts 4 Posters 1.9k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H herrgross

    @JonB well, thanks for your help so far... I'll keep trying

    H Offline
    H Offline
    herrgross
    wrote on last edited by herrgross
    #21

    @herrgross got it!!!!
    in the arduino code the interrupt must be set to RISING instead of HIGH, so it's only sending when the state of the interruptpin c h a n g e s to HIGH

      attachInterrupt(digitalPinToInterrupt(interruptPin), impuls, RISING);
    
    

    thank you all!!

    1 Reply Last reply
    0
    • H herrgross has marked this topic as solved on

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved