ETX (end of text) has the Ascii code 3.
You can enter a numerical code directly in a char variable:
char ETX = 3;
then you can write it.
You can enter a numerical code directly in a char variable:
char ETX = 3;
then you can write it.