![]() |
![]() |
![]() |
|
|
|||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I am working on a project in which a microcontroller needs to transfer data to a computer over a modem and telephone line. I will be using a microcontroller that has a built-in UART (8051 family, AT89S53). I am looking for the easiest way to do this.
I don't know much about serial communications and I don't have a lot of time to learn it. I was hoping it would as easy as connecting a few lines between the microcontroller and the modem. Then just sending modem commands (AT commands) and data over the microcontrollers UART to the modem, and have everything else know what to do. Does anyone know of a very simple modem IC to do the job? Even using a regular external modem may do the trick. I've seen a few "modem" ICs but they have like 40+ pins. I was hoping for something much simpler. Is there some other easier way to accomplish this? Does anyone know of any good tutorials or other information on interfacing a microcontroller with a modem IC? Thanks! Matt |
|
|
|
|
|
|
(permalink) | |
|
Quote:
It couldn't get any simpler, if you try and control a modem IC directly, it would be many, many times more complicated - an external modem already includes a micro-processor, which does all the hard work for you!. |
||
|
|
|
|
|
(permalink) |
|
That sounds like a good way to go. Thanks Nigel!
|
|
|
|
|
|
|
(permalink) |
|
Hi Matt:
Don't know where you live, but I have successfully used Multitech embedded modems (www.multitech.com). They have a whole selection of modems with different price/preformance (mostly speed) ratios. I typically use their 2400 Baud modem because it is cheap ($25 approx.), and I do not not need high speed anyway for my embedded applications. Initialization is quite simple. Typically you just send a single initialization string consisting of some AT, &S, and &W commands. Hope that helps! Jem |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|