
1. Form the string to be sent;

2. Send the first byte (character);

3. Wait for that transmission to complete;

4a. If there's more characters to send, repeat from (2) with the next character;
4b If not, then you're done!