Hi,
Logically it means that the condition serialConnection.serialPort.available() > 0 is evaluated to false. Does the first if block execute and prints 1? Where is data_processed coming from I suppose it’s false by default?
Hi,
Logically it means that the condition serialConnection.serialPort.available() > 0 is evaluated to false. Does the first if block execute and prints 1? Where is data_processed coming from I suppose it’s false by default?