Hell all, I need your help for something that is stucking me since some days (since I have no clue how to handle this) I am using a the dial code from Dale and customized by a member to get an answer from the modem when command is sent. In this case, the expected answer is "OK". $Time2Wait = 5000 dim $FromModem = "" $ModemString = "ATH" & ";" & @CR $com = ObjCreate ("NETCommOCX.NETComm") With $com .CommPort = 9 .PortOpen = True .Settings = "9600,N,8,1" .InBufferCount = 0 .Outp