Ah. Yeah if you're off in a ROM call for dialing / connecting I doubt
you're going to get a BASIC interrupt.

>From a BASIC programming perspective, I think you just have to let the
connection succeed or fail.

There's always a way... you could interrupt the connection but you'd
probably have to do it from a real machine language interrupt handler. Say
hooked into the keyboard polling task (assuming it's not disabled while
connecting).

 And you'd have to unwind the stack to before whatever code is doing the
connection.

-- John.

Reply via email to