Hi!

My main program calls a subroutine.

I wonder if the subroutine "ricezione" do not have the answer jumps on "accensione" then exiting from the first subroutine return of this command may be problems?

Main:
.........
gosub ricezione
.........
goto Main

ricezione:
.........
HSERIN 2000,accensione,[WAIT ("+CREG: "),Tm1,Tm2,Tm3]
.........
return