Re: Trapping for error and displaying receive buff - WeOnlyDo Discussion board

Re: Trapping for error and displaying receive buff (General questions)

by woddrazen, Friday, December 07, 2007, 19:39 (5957 days ago) @ Eric

Eric,


I think you should change your code little bit. First need to wait for Select: prompt. After Select: is received you need to send T and you are waiting for (c)Eagle Con&Dev prompt.

In your code after T you are waiting again for Select: prompt and I'm not sure this is what you want.

[code]
tel1.WaitFor ( Select: )
tel1.DataReady = 0
Debug.Print tel1.Execute( T + vbLf, (c)Eagle Con&Dev )
tel1.DataReady = 0
Debug.Print tel1.Execute( e51 + vbLf, Login User Name? )
[/code]

Drazen


Complete thread: