DTMF Virtual Peripheral and SX/B
I have a project idea that requires decoding of DTMF, and I noticed that there is a Virtual Peripheral to do so. I was wondering if it is possible to use a virtual peripheral with SX/B? If so how would I go about it or where can I find more info?
Comments
http://www.sxlist.com/techref/scenix/lib/io/osi1/dfs/dtmf_det_src.htm
It is in assembler. To convert it to SX/B (or embed·it in SX/B) I would
copy the interrupt·code as is (in asm-endasm block) and recreate
the interface with mainline code in SX/B.
This requires studying the code and will take some time, but it can be done.
regards peter
··
So I would assume this means I can't utilize a virtual peripheral in SX/B.
work with SX/B. Key is to extract the driver part
and providing SUBs and FUNCs that access the driver.
I have written a VP library for SX/B, only that has no DTMF detect
driver. You can use that framework to include a DTMF driver. But it will take
time.
regards peter
Post Edited (Peter Verkaik) : 6/25/2009 10:43:33 PM GMT