Converts a pair of DTMF frequencies into the corresponding character
Function only- no corresponding object
Once one has determined the dual tones that define a given DTMF pulse, the next step is to decode this into the corresponding character. This object accomplishes that task.
menu: no menu pick - to access use the Function and Object browser
library: sigLib
o_dtmfCode([697,1633]) returns "A"
o_dtmfCode([941,1477]) returns "#"
DTMF is a very simple standard consisting of two audio frequencies and developed to enable simple data signaling over telephone lines.
VEE 7.0+, all platforms
dtmfCode, dtmfPulse, dtmfRcvPulse, dtmfReceiver, dtmfSigGen