Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Modem to modem data transfer

1 view
Skip to first unread message

Motyl

unread,
Nov 26, 2002, 9:18:39 AM11/26/02
to
Hi there,

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

Don Hill

unread,
Nov 26, 2002, 11:55:22 AM11/26/02
to
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...

0 new messages