I need to write a communication tool to accept an incoming connection on the
modem, and to send and receive some data.
The TTY sample does not give enough information to build a robust tool.
I'm stuck on the following problems:
- How can I hangup the modem by dropping the DTR (dropping the DTR with
EscapeCommFunction() does not work)?
- How can I get the line status to see if there is still a connection?
- Why does the EV_RING event not work?
Does someone has a sample of site where I can find some old 16 bit source
code?
Regards,
Rene
You don't say anything about platform, OS or anything, but have a look at
Greenleaf's comms products at http://www.gleaf.com/. Their stuff is royalty
free and for a one off payment you get really great comms code which works.
They do C and C++ libraries for Win16.
Regards
Andrew Gebbie
----
Andrew Gebbie and...@gebbie.net
Tel: +44 (0) 151 632 1605 Fax: +44 (0) 870 052 0177
I'm using Win16 for this project, and I do know the Greenleaf products. I
have everything almost working, except some details where I need some
information for.
Thanks,
Rene