Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Im very new to this modem project.I want to make connection between two modems, then send and receive information between them. it must be half duplex mode. Please anyone give me the outline to start this project.
Posted

As you ask for an outline...

- Read the documentation of both modems.
- Read about AT commands here[^] and here[^].
- Use C to open ports in both computers and to create the communication protocol.

This should be enough to start...

HTH! :thumbsup:
 
Share this answer
 
Google is your friend, see, for instance (it is for POSIX operative systems) MODEM Communications[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900