This is a "bare bones" wcCode callback routine.

It's purpose is to demonstrate how to do the
part where the code app talks to the com port.

RickD and I did some minimal testing and had
some difficulty getting it to work with TAPI.

I stuck the callback call between the logon &
menu lines in main.wcc.

  if WcExistFile("wc:\code\logon.wcx") then
    run "logon", FastLoginChar
  end if
  
  run "callback"  // About line 677.
  
  run "menu", FastLoginChar
  hangup

I guess you could just as easily rename
callback.wcx to logon.wcx.  That way you
wouldn't have to modify main.wcc.

Bob
MSI

