my arduino sends some bytes and it is working fine (with serial.print (Hardware Uart)). I want to repeat the String as fast as possible. But I don't want to fill the queue.
Is there a flag, that signals "sending the Sting finished"? Or can i get the remaining bytes in the queue?