Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

dtmf

 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM-8051
View previous topic :: View next topic  
Author Message
sathiyakumar

Bascom Member



Joined: 29 Jul 2007
Posts: 9
Location: COIMBATORE

india.gif
PostPosted: Tue Oct 18, 2011 2:28 pm    Post subject: dtmf Reply with quote

please let me know how to get the DTMF code in digital formate through rs 232 in pc hypernet
_________________
PLEASE SEND ME THE new demo version software for 8051 (BASCOM-8051)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger MSN Messenger
bzijlstra

Bascom Ambassador



Joined: 30 Dec 2004
Posts: 1179
Location: Tilburg - Netherlands

netherlands.gif
PostPosted: Wed Oct 19, 2011 6:49 pm    Post subject: test print Reply with quote

To have something send to your PC you need a PRINT statement

PRINT "This is a test" will go to the serial port of your microcontroller, through the MAX232, through the cable to your PC with hyperterminal

Why not start with a small program just to test serial.

$regfile = "89s8252.dat"
$crystal = 6000000
$baud = 9600

Do
print "This is a test"
Wait 1
Loop

End

This will send every second the line This is a test to your serial at 9600 baud. You should receive it on your hyperterminal screen.

Could you give it a go?
Ben Zijlstra
Back to top
View user's profile Visit poster's website
sathiyakumar

Bascom Member



Joined: 29 Jul 2007
Posts: 9
Location: COIMBATORE

india.gif
PostPosted: Thu Oct 20, 2011 12:49 pm    Post subject: Re:how to send each digit from dtmf from microcontroller to Reply with quote

thanks its working . but i need a code for send all dtmf code to pc through rs232 of 89s52 controller.

i dont know how to write a code to send all dtmf code to pc as digital

send me the code pls

bzijlstra wrote:
To have something send to your PC you need a PRINT statement

PRINT "This is a test" will go to the serial port of your microcontroller, through the MAX232, through the cable to your PC with hyperterminal

Why not start with a small program just to test serial.

$regfile = "89s8252.dat"
$crystal = 6000000
$baud = 9600

Do
print "This is a test"
Wait 1
Loop

End

This will send every second the line This is a test to your serial at 9600 baud. You should receive it on your hyperterminal screen.

Could you give it a go?
Ben Zijlstra

_________________
PLEASE SEND ME THE new demo version software for 8051 (BASCOM-8051)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger MSN Messenger
sultanm9000

Bascom Member



Joined: 23 Aug 2014
Posts: 40

uk.gif
PostPosted: Sun Oct 18, 2015 4:51 pm    Post subject: Reply with quote

Hello I need to forum for the operation of this circuit substitute "for the dtmf
Back to top
View user's profile
HuntAvila

Bascom Member



Joined: 25 Nov 2015
Posts: 1

blank.gif
PostPosted: Wed Nov 25, 2015 5:56 pm    Post subject: Reply with quote

I am an electronic hobbiest and want to develop some automation projects using the DTMF.
Can you please tell me to understand the circuit making using the DTMF?
What IC is needed for it and how it encodes and decodes the commands?
Also what interface it use with the 8051?

_________________
printed circuit board manufacturing


Last edited by HuntAvila on Wed Dec 02, 2015 10:26 pm; edited 1 time in total
Back to top
View user's profile
bzijlstra

Bascom Ambassador



Joined: 30 Dec 2004
Posts: 1179
Location: Tilburg - Netherlands

netherlands.gif
PostPosted: Wed Nov 25, 2015 8:11 pm    Post subject: DTMF... Reply with quote

sultanm9000:

The schematic you have added is for an atmega8, so perhaps your question should be asked in the Bascom-AVR part of this forum.

Is it possible to show us what you already have written in Bascom-AVR so far?

The remarks in the drawings are German. This is a schematic of a DTMF signal generator. It should be connected to a phone hearing part. 600 ohm.

BTW, I found the schematics with a lot of extra information on this site

http://www.mikrocontroller.net/topic/40678

You could at least put a link to this site in your question....

==

HuntAvila:

I did a search in this forum on DTMF and got a list of examples and chips to use

http://www.mcselec.com/index2.php?option=com_forum&Itemid=59&page=viewtopic&t=9685&highlight=dtmf

Have fun
Ben Zijlstra
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM-8051 All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum