[Array]
Developer corner
* Arduino Projects
Serial
SerialEvent
The SerialEvent is not really usable because of its very slow reaction. It seems only be called if the UART buffer is full.
Better is to use a function which is periodically called from the main loop which check if bytes are available.
↧