java e fax

R

Roby

Hi,

I have to make a software to send fax.
Can I use Java commapi and AT commands?
Where can I find AT commands to send fax?
Can I send a bytes stream (the fax) to modem?

I wouldn't use FAX api (like RJfax).

Thanks for your suggestion!

P.s.: sorry for my not very good English, but I'm an Italian student...
 
L

Lucy

Roby said:
Hi,

I have to make a software to send fax.
Can I use Java commapi and AT commands?
Where can I find AT commands to send fax?
Can I send a bytes stream (the fax) to modem?

Some people (like me) have a cable modem that uses
ethernet, so comm is not used. See what you have to
support.
 
T

Thomas Weidenfeller

Roby said:
Hi,

I have to make a software to send fax.
Can I use Java commapi and AT commands?
Where can I find AT commands to send fax?

In your modem's documentation. You will find that most modems only
support the bare-bone basics needed for sending or receiving a fax, and
that you will have to do an incredible amount of protocol handling, data
encoding and decoding in software to get a fax on and of the wire
according to the international telecommunication standards (BTW, you
should obtain the standards, which you have to buy from ITU).
Can I send a bytes stream (the fax) to modem?

You can send a byte stream to the modem. However, the trick is to send
the right byte stream with the right data in the right encoding to the
modem, because the cheap modems do almost nothing for you.


/Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,141
Latest member
BlissKeto
Top