QSerialport readyRead() for measuring revolutions
-
@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 HIGHattachInterrupt(digitalPinToInterrupt(interruptPin), impuls, RISING);thank you all!!
-
H herrgross has marked this topic as solved on