How can I select only every 2nd byte received from the comport? I tried to use the [gate] and the [toggle] object, but they are to slow and the result is sometimes incorrect.
I have to filter, (erase) every second byte, does somebody knows a way?
Thanks Martin
-
Comport reading bytes problem
-
You can build a solution with these: [trigger], [float], [+ 1], [mod 2], [== 0], [spigot] - how to connect them is left as an exercise