PC Review
Forums
Newsgroups
Windows 2000
Microsoft Windows 2000 Fax
Where to get fax standarts?
Forums
Newsgroups
Windows 2000
Microsoft Windows 2000 Fax
Where to get fax standarts?
![]() |
Where to get fax standarts? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Some body knows where I can found the fax standards?
I wish to write a program to send/receive fax using the computer's fax/modem, but can't find docs that describe what commands or standards to do it. Thanks, Marcos Lima |
|
|
|
#2 |
|
Guest
Posts: n/a
|
I never found a program that is simple as a real fax machine.
We can't simple answer the fone, ear the other person asking for the fax signal and, pressing one button (mouse in this case) give that signal starting the reception. In the same way, to make a call, using the phone it self, and, after ask for the fax signal, press a button and see the fax start to send the data. On the first case, we have to ask the other person to call again and command the software to answer the call to receive a fax. On the second, we need to print to some driver, and wait the schedule for call/send the fax. And, if busy or other thing, the minimum time to try again is one minute. With all this thing in mind, I wanted to write a program to do this. And looking for documentation about that, surprise: we simple don't find any thing about this. Is it a secret? What is going on in this subject? About the programs we can use their API, are they free? If not, that's the problem. If I can make, why pay for it? Why not sell it? (but what I realy want is what already said above) Thanks for the attention, Paul. "Paul Banco" <pbanco@ciban.com> escreveu na mensagem news:#7FrXQOXDHA.1644@TK2MSFTNGP10.phx.gbl... > Why reinvent the wheel? > > There are some awesome programs out there that have already done this. You > can just write into their API. Are you looking for something on a enterprise > or small business level? > > Paul > > "Marcos Lima" <marcossl@brfree.com.br> wrote in message > news:epybzCxWDHA.536@TK2MSFTNGP10.phx.gbl... > > Some body knows where I can found the fax standards? > > I wish to write a program to send/receive fax using the computer's > > fax/modem, but can't find docs that describe what commands or standards to > > do it. > > > > Thanks, > > Marcos Lima > > > > > > > > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Check out www.faxcore.com
I think a program like this for you to code maybe a little harder then you think. Not that I am doubting your intelligence. I have been in the Fax Server business for 8 years. All of this can be done and has been done. The FAX protocols are pretty in depth. manufactures such as Brooktrout and Intel have already figured this out. Take a look at the link I sent. This product was in development for 2 solid years with 10+ engineers. Paul "Marcos Lima" <marcossl@brfree.com.br> wrote in message news:eEOLWcXXDHA.2632@TK2MSFTNGP09.phx.gbl... > I never found a program that is simple as a real fax machine. > We can't simple answer the fone, ear the other person asking for the fax > signal and, pressing one button (mouse in this case) give that signal > starting the reception. > In the same way, to make a call, using the phone it self, and, after ask for > the fax signal, press a button and see the fax start to send the data. > > On the first case, we have to ask the other person to call again and command > the software to answer the call to receive a fax. > On the second, we need to print to some driver, and wait the schedule for > call/send the fax. And, if busy or other thing, the minimum time to try > again is one minute. > > With all this thing in mind, I wanted to write a program to do this. And > looking for documentation about that, surprise: we simple don't find any > thing about this. Is it a secret? What is going on in this subject? > > About the programs we can use their API, are they free? If not, that's the > problem. If I can make, why pay for it? Why not sell it? (but what I realy > want is what already said above) > > Thanks for the attention, Paul. > > > "Paul Banco" <pbanco@ciban.com> escreveu na mensagem > news:#7FrXQOXDHA.1644@TK2MSFTNGP10.phx.gbl... > > Why reinvent the wheel? > > > > There are some awesome programs out there that have already done this. You > > can just write into their API. Are you looking for something on a > enterprise > > or small business level? > > > > Paul > > > > "Marcos Lima" <marcossl@brfree.com.br> wrote in message > > news:epybzCxWDHA.536@TK2MSFTNGP10.phx.gbl... > > > Some body knows where I can found the fax standards? > > > I wish to write a program to send/receive fax using the computer's > > > fax/modem, but can't find docs that describe what commands or standards > to > > > do it. > > > > > > Thanks, > > > Marcos Lima > > > > > > > > > > > > > > > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Did you use the Windows Fax Software? Go to "Add Remove Programs" from
Control Panel, click on "Add Remove Windows Components" and select fax. Fax will show up under Start | Programs | Accessories | Communications | Fax. Fax APIs (C and COM) are available in MSDN for you to use. Thanks, Anand -- Ananda Sarkar Microsoft Printing, Imaging & Fax Team This posting is provided "AS IS" with no warranties, and confers no rights. Please do not send email directly to this alias. This alias is for newsgroup purposes only.' "Marcos Lima" <marcossl@brfree.com.br> wrote in message news:eEOLWcXXDHA.2632@TK2MSFTNGP09.phx.gbl... > I never found a program that is simple as a real fax machine. > We can't simple answer the fone, ear the other person asking for the fax > signal and, pressing one button (mouse in this case) give that signal > starting the reception. > In the same way, to make a call, using the phone it self, and, after ask for > the fax signal, press a button and see the fax start to send the data. > > On the first case, we have to ask the other person to call again and command > the software to answer the call to receive a fax. > On the second, we need to print to some driver, and wait the schedule for > call/send the fax. And, if busy or other thing, the minimum time to try > again is one minute. > > With all this thing in mind, I wanted to write a program to do this. And > looking for documentation about that, surprise: we simple don't find any > thing about this. Is it a secret? What is going on in this subject? > > About the programs we can use their API, are they free? If not, that's the > problem. If I can make, why pay for it? Why not sell it? (but what I realy > want is what already said above) > > Thanks for the attention, Paul. > > > "Paul Banco" <pbanco@ciban.com> escreveu na mensagem > news:#7FrXQOXDHA.1644@TK2MSFTNGP10.phx.gbl... > > Why reinvent the wheel? > > > > There are some awesome programs out there that have already done this. You > > can just write into their API. Are you looking for something on a > enterprise > > or small business level? > > > > Paul > > > > "Marcos Lima" <marcossl@brfree.com.br> wrote in message > > news:epybzCxWDHA.536@TK2MSFTNGP10.phx.gbl... > > > Some body knows where I can found the fax standards? > > > I wish to write a program to send/receive fax using the computer's > > > fax/modem, but can't find docs that describe what commands or standards > to > > > do it. > > > > > > Thanks, > > > Marcos Lima > > > > > > > > > > > > > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

