CodeShorty: Serial Interrupt
Is it possible to capture inputs on the serial port via interrupt? The answer is probably more yes-and-no, it is possible to use the Serial Event function. This is executed after every loop, but does not interrupt it. Purpose User input via terminal Communication with other devices via the serial port Necessary libraries None Program There is in the Arduino GUI…
Continue reading "CodeShorty: Serieller Interrupt"