What’s the fastest way…

Can you please post your code; and just in case, don't forget to use code tags for that :wink:

Which board are you using?

What is the receiving end? A PC? Running which OS? Which application?

Two points to be aware off

  1. There is a serial software buffer with 64 bytes; if you print faster than the buffer can be emptied, your code will slow down.
  2. Hiccups can be caused at the receiving end.