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]
# 1

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.

jschella at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 2

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

ChuckBinga at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 3

> 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

cotton.ma at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 4

Yes. It is Javax.comm.

bora02a at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 5

Thank you for the link.

I am going to try it too.

bora02a at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 6

> Yes. It is Javax.comm.

How exactly are you going to use that to send a fax?

jschella at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...
# 7

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

tswaina at 2007-7-29 19:19:57 > top of Java-index,Java Essentials,Java Programming...