question serial problem [solved]

there are any way to stop the serial communication just one moment into a routine , after these I can read and write normally.

thanks

You're going to have to explain way better than that. What do you mean by "stop" serial communication? What routine? Post your code.

thanks for help me but I found a solution, into my for() I added "Serial.end()" this function do the port rx and tx become in digital port until you write "Serial.begin()" again.

thanks