PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Fax Where to get fax standarts?

Reply

Where to get fax standarts?

 
Thread Tools Rate Thread
Old 05-08-2003, 07:16 AM   #1
Marcos Lima
Guest
 
Posts: n/a
Default Where to get fax standarts?


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



  Reply With Quote
Old 08-08-2003, 08:34 AM   #2
Marcos Lima
Guest
 
Posts: n/a
Default Re: Where to get fax standarts?

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
> >
> >
> >

>
>



  Reply With Quote
Old 08-08-2003, 09:38 PM   #3
Banks
Guest
 
Posts: n/a
Default Re: Where to get fax standarts?

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
> > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Old 21-08-2003, 10:41 AM   #4
Ananda Sarkar [MSFT]
Guest
 
Posts: n/a
Default Re: Where to get fax standarts?

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
> > >
> > >
> > >

> >
> >

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off