JAVA Communication API
This API is only for Linux and Solaris, What do I have to do to create a program which allow me to send fax by using Windows as SE?
Is the VM able to manage this kind of communication without any kind of API by using Windows?
Thank you for your support?
[272 byte] By [
bora02a] at [2007-11-27 11:58:29]

You need to be more specific as to what "communication API" you are refering.
And the standard Java API which comes with a VM will not allow faxing.
See
http://forum.java.sun.com/thread.jspa?forumID=31&threadID=698876
http://onesearch.sun.com/search/onesearch/index.jsp?qt=rxtx+JosAH&col=developer-forums&subCat=siteforumid%3Ajava54%2Csiteforumid%3Ajava31%2Csiteforumid%3Ajava553&rt=true&site=dev&cs=false&dftab=siteforumid%3Ajava54%2Csiteforumid%3Ajava31%2Csiteforumid%3Ajava553&chooseCat=javaall&x=11&y=9
http://www.google.com/search?q=java+fax
> You need to be more specific as to what
> "communication API" you are refering.
>
javax.comm I think.
a@OP see this thread http://forum.java.sun.com/thread.jspa?threadID=698876
> This API is only for Linux and Solaris,
How did you come to this conclusion? I have it working fine on Windows
as both an application and as a signed Applet.
>What do I have to do to create a program which allow me to send
> fax by using Windows as SE?
>
> Is the VM able to manage this kind of communication
> without any kind of API by using Windows?
>
> Thank you for your support?
First you need to control the telephone...
http://java.sun.com/products/jtapi/
Then you will have to send the correct fax strings...
I think you can get the docs for the protocol from the ITU-T
However being of the "Use the force; read the source." ilk I would see what
examples are already out there...
http://sourceforge.net/search/?type_of_search=soft&words=fax
Good Luck!
(T)