I'd like to ask if somebody could give me an idea how to quickly create
application that will connect to a modem, exchange data (not voice etc, but
arrays of bytes). Basically I'd like to see something like step-by-step
instructions telling me what to do. I'll write the appropriate code myself
then. Could you point me there please?
Thanks a million,
Marek
Look at the ExSend and ExRecv example for dialing out and/or answering from
the other side. Those example use protocols for sending files, but you can
set up data triggers and the OnDataTrigger event to receive data, or the
OnRXD event to receive data. To send data out the port once you are
connected, use the PutData method. The ExComm example shows this method and
others how to send data out the port. Once a modem connection is
established, either direct or using TAPI, then sending and receiving data is
the same as without a modem.
--
Don Hill (TurboPower Software)
"Motyl" <marek....@pobox.sk> wrote in message
news:YJz1LcVl...@tpsmail01.turbopower.net...