This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Transfer data through phone line

dear sir;
i want to use a 8051 for sending data through phone line , i want a idea about how design it and how write a program for it
please guide me
best regards
javad majd

Parents
  • This is not a trivial problem.

    Consider:

    How much data do you want to send in each direction?

    How fast do you need the data to be sent?

    Do you need to initiate a call, pick up a call or both?

    How much do you want to spend on the hardware?

    With this information you should be able to choose between the following:

    a) Off-the-shelf stand-alone, full featured modem.

    b) Built-in full featured modem.

    c) Built-in limited features modem.

    d) Bespoke tone generator/decoder.

    e) DTMF generator/decoder.

    f) Something else.

Reply
  • This is not a trivial problem.

    Consider:

    How much data do you want to send in each direction?

    How fast do you need the data to be sent?

    Do you need to initiate a call, pick up a call or both?

    How much do you want to spend on the hardware?

    With this information you should be able to choose between the following:

    a) Off-the-shelf stand-alone, full featured modem.

    b) Built-in full featured modem.

    c) Built-in limited features modem.

    d) Bespoke tone generator/decoder.

    e) DTMF generator/decoder.

    f) Something else.

Children