You told me to create a DELIMITERS between each byte,
No. I said that IF you were going to convert each byte to a string, which is what print() does, that you needed to put a delimiter between each string. If you use write(), instead, each byte is sent as-is, so no delimiters are needed.