Re: Trapping for error and displaying receive buff (General questions)
I will try the WaitFor and Send method.
Question: What is the purpose of
Debug.Print Telnet1.Receive
Debug.Print Telnet1.Receive
Debug.Print Telnet1.Receive
Would not this be better:
Telnet1.Receive(Telnet1.DataReady) - to receive all pending info from buffer?