- In binary mode, the bytes used are different from the value on the peripheral and there is a conversion execution.
- In binary mode, the characters are organized into lines, ending with carriage return and conversion.
- In text mode, the characters are organized into lines, each line ends with a newline character, with the conversion of some characters required by the environment.
- In binary mode, bytes are handled as the value on the peripheral and there is no conversion performed.
- 1 and 2
- 1 and 3
- 2 and 3
- 2 and 4