diff --git a/examples/bare8.rs b/examples/bare8.rs
index af6dac8d76cda52d424860f0f4e2a1267b3bfa3d..4ef8b7e9358a3ac5bb69e12659a524019ff62d59 100644
--- a/examples/bare8.rs
+++ b/examples/bare8.rs
@@ -133,7 +133,9 @@ const APP: () = {
 // 3. The added tracing, how did that effect the performance,
 //    (are you know loosing more data)?
 //
-//    ** your answer here **
+//    ** The amount of characters received are inconsistent, but over several tries
+//    of writing four bytes, the received bytes are 1 or 2 each try, while the bare8_1
+//    version managed 2 bytes more reliably and sometimes 3 or 4. **
 // 
 //    Commit your answer (bare8_3)
 //