Fax page counter
basilbs2
Posts: 9
Hi, looking for someone who has worked with fax machine phone signals.
I need to develop an interface that signals each time a fax is sent.
If interested or need more info, do let me know. Thanks
basil
I need to develop an interface that signals each time a fax is sent.
If interested or need more info, do let me know. Thanks
basil
Comments
All you need to do is add a phone line interface, and either sense the tone used when a fax is sent, or when the fax machine picks up the line to dial out.
Then isolate through an opto-isolater for safety the signal sent to the stamp....
There are also boxes that indicate when the phone line is in use by lighting a led, you can tap into the led to get an in-use signal...
Bob N9LVU
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Thanks
basil
Just a thought, are any other modem chips capable, and easily interfaced to a stamp???
Bob N9LVU
Do you want something that will decode and do a CRC check? Or a way to just know that the FAX has "connected" to another FAX on the other end?
You could simply monitor the hook and time how long its on/off when a call is initiated. If the FAX doesn't get another FAX within 15seconds, it'll hangup and try again (for 3times maybe)... You could watch for this and determine if its having trouble connecting.
A FAX will stay onhook (or is it offhook?) for a good amount of time, even for one page. This could be an easy identifier for being connected!
Put in a Watchdog for times when the FAX doesn't let the line go.
Is this a dedicated line for the FAX or are you sharing it with voice?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
Steve: Yes I need to know each time a fax page is sent correctly, like sending out a signal or beep when each page is sent. You might have 4 pages sent at once, hence 4 signals or beeps. I have used a part from RadioShack to get the audio signal and another part to amplify it so to activate a relay to sound a buzzer. The stamp will count the time the fax is on, it can also tell when each fax is sent by monitoring the audio , the fax sends beeps and audio is dropped before the next page is sent. The problem I am having is when faxes communicate or resend the same page, my stamp detector identifies that as a new page. So if you sent 4 pages, it might show 6 or 8 signals or beeps.
The way this works is anything longer than 7 seconds is a page. But if the page is a·2 line page, it will take 4 or 5 seconds to transmit. The stamp will not detect it as a page but a comunication signal.
I need some how to read the data passing through the phone line, when ever the end page signal is read, a beep will sound. Is that called CRC check?
I will gladly pay for your time on this project. Please help
thanks all
basil
·
Parallax used to sell the chip, and might have data/examples of code/circuit yet...
This link is the latest that Cermetek has in single chip modems, some have fax capabilities
www.cermetek.com/05/607-0020.pdf
Couldn't you put one in line/parallel to capture fax page complete signal???
There are others out there too I'm sure... Do a Google for " modem chip "...
Bob N9LVU
A lot of time and effort can be put in to decoding it's data stream on the phone end, where you could probably do what you're already doing and then add a little sensor to count pages as they go through the fax machine. All you'd need is an LED and a photodetector....as the paper passes through it blocks out light (or could move and let light in)....you could then 'count' this as a page.
Have you looked for a break down of FAX codes? I know the stamp can generate DTMF codes (those beeps you hear from a push button phone), but it can't decode them on its own.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
thanks
basil