runtime
Joined: 15 Sep 2003 Posts: 36
|
sending DTMF data, please help |
Posted: Thu Jun 24, 2004 5:36 pm |
|
|
Hello all,
Suppose I want to send the following string of data over a phone line using DTMF tones:
{@ü*38]%<
The hex of each char will be:
7B 40 FC 2A 33 38 5D 25 3C
Using DTMF I can send the tones individually, 7-B-4-0-F-C...
Now, how do I separate each hex digit, i.e: to send digit 7B first i need to send tone 7 and then tone B?
Thank you in advance
Peter |
|