Inconsistent values with Bluetooth and Serial.Read

GoForSmoke:
Oh no, print turns the data into a string complete with terminating zero and println adds a newline char ('\n') before the zero.

Write is what you use when you want more control and the ability to send raw bytes.

Alright. sounds like a plan. I'll test it when I get off work tonight

Do you mind breaking down the difference between print, write, single and double quotes?