Serial port: To which kind of variable can I assing this SERIAL_8N1?(Solved)

Wow! It was about time I talk about this problem. Thank you so much. I should of though about it, I included this to my *.cpp but not to my *.h. Now byte work. Yeap thank you superfully

#if (ARDUINO >= 100)

	#include "Arduino.h"
	
#else
 
	#include "WProgram.h"
	
#endif

I will cross 2 serial port tomorow to try this:

configuration_UART = ( ( ( bit_parite * 4 ) + ( longueur_donnees == 7 ? 0 : 2 ) + ( bit_arret ? 1 : 0 ) )[ "emgo\x95\x9D\x97\x9F\x85\x8D\x87\x8F" ] ) - 'a';

enough for me tonight, thank you again mate. You will be in my credit line for the help. :wink: