robertinant / EnergiaNG

open-source electronics prototyping platform
http://www.energia.nu/
Other
12 stars 3 forks source link

MultiTasking Monitor example with error "Command too long." #56

Open rei-vilo opened 4 years ago

rei-vilo commented 4 years ago

The MultiTasking EnergiaNG/build/shared/examples/10.MultiTasking/Monitor example complains about Command too long. even when no key is pressed.

Capture 2020-06-02 à 13 54 31
rei-vilo commented 4 years ago

Additionally, the question is how to redirect the outputs from System_printf() and System_abort() to the Serial console.

robertinant commented 4 years ago

if(!Serial.available()) continue; before Serial.read();

rei-vilo commented 4 years ago

See PR #57