Searching Communications API for Windows

Hello,
I?m looking for the Communications API for Windows XP. At the Downloadcenter I?ll get only a Version named "Generic" - but this doesn?t work with Windows XP.
I think the name off the File have to be "javacomm20-win32.zip"; but I can?t find it. Could anyone help me?
Joachim_de

Check this thread:
http://forum.java.sun.com/thread.jspa?forumID=31&threadID=698876

Similar Messages

  • Java communication api for windows 64 bit

    Hi,
    I need communication api for windows 64 bit. Are these api's in developement?
    Thanks,
    Andrea Todeschini

    If you use version 2.0 of the rxtx library then it provides a complete implementation of the javax.comm package.
    Version 2.1 does not (its in the gnu.io namespace)
    // Try the following url
    http://users.frii.com/jarvi/rxtx/download.html
    matfud

  • About Java Communication API for Windows

    hi
    I'm studying Serial Communication in university.
    I'd like to know the reason why we can't downlaod Java Communication API for Windows.
    I confirmed Comm for Linux and Soralis, but I can't find Comm for Win.
    Please tell me the reason if someone know.

    For no particular reason Sun stopped supporting the windows version
    of that package. I use rxtx which happens to allow for much faster
    communication too.
    The interface is identical to Sun's version, just the package differs: "gnu.io".
    kind regards,
    Jos

  • Communication API for Linux

    I want to develop an application in Java for Linux that uses serial port .
    But java.sun.com provides communications API for Windows, Solaris but not Linux ! ! !
    Where can I find free java api to drive a serial port easily ???
    Thanks a lot

    I think you can do this using the version for Solaris/SPARC along with RXTX for Linux (do a search on google), also I think IBM did a JavaCOMM api for linux.

  • Problem with java communication api for gsm modem port

    Hi,every body
        Am using gsm modem in my project previously my linux is 32bit with 32 bit jvm of sun that time there was no problem at the time of working with gsm modem port .But now am using 64bit linux then 32bit files are not supporting to communicate with gsm modem port .How can i get java communication api for unix 64bit ,64bit jvm of sun.please any body help me ...i am searching in sun/oracle also for downloading java communication files of 64bit jvm but i didn't get the link... i need bellow java communication api files.
           ex:1)libLinuxSerialParallel.so
                2)javax.comm.properties
                3)comm.jar
                4)commtest.jar

    Moderator Action:
    This duplicate cross-post is locked.
    Stay with your original post.
    https://forums.oracle.com/thread/2602063
    (... and your hijack reply to a third thread has been removed.)

  • Java(tm) Communication API for win32

    I looked all over the java website for the java comm api for windows.... Can't find it... They have it for linux and solaris but no windows.
    Is there anywhere on the net that I can get it, if it exists.
    The file i'm looking for is javacomm20-win32.zip.
    Thanks!

    http://forum.java.sun.com/thread.jspa?threadID=682630&messageID=3994211

  • GroupWise API for Windows??

    Hi does anyone know where I can download the GroupWise API for Windows if it exists at all?
    Currently I am moving my GroupWise system off NetWare and Windows 2003 server, but I am using the GroupWise API 4.1
    Thanks.
    Steve.

    yes Jim that is a good idea, I think may leave a single NetWare 6.5 server running just to be the master and also to the XNTPD service that a lot of my machines run!
    One other point is how will the API connect to my GroupWise that will be on another box (or VM machine) ? Does the API only run on UNC or can it run over IP?
    >>> Jim Michael<[email protected]> 10/11/2006 15:55 >>>
    Steve V wrote:
    > that is my fear!! I may have leave one running NetWare 6.5 and the NLM
    > API!!
    You could always put a small VMware machine running NetWare *on* the
    Windows box, to handle the API gateway. Would at least eliminate the
    need to leave an old piece of hardware up and running just for that.
    Jim
    NSC Sysop

  • ITunes COM API for Windows - iTunes 7.7 broken!

    I use the iTunes COM API for Windows to control iTunes as part of a program which helps users create audiobooks.
    Version 7.7.0.43 of iTunes breaks this software. So far as I can determine, the iTunes.ConvertTracks2 and iTunes.ConvertFiles2 routines are now broken, in that they no longer return a reference to the converted tracks.
    Is this a bug on Apple's part, or is it a fundamental change? The COM API documentation describes the earlier behavior, which makes sense.

    I'm seeing the exact same behaviour in my application calling the COM API from Perl. No track reference can be obtained after ConvertTracks2 completes.
    What's going on?
    Edward

  • Comm api for windows platform

    I want to use comm api with JSP on windows platform.
    I am using Tomcat 5.0 for running JSP.
    On Sun's site comm api available only for solaris and linux platforms.
    what should i do?
    I also want to know prefered settings for configuring comm api with Tomcat. i.e.Where should i put appropriate comm API file in Tomcat?
    Please also mention the necessary settings for classpath.
    Thanks for help in advance.

    Version 2.0 of Java Communications was available for Windows, though I can't see how to download it from the Sun web site now...

  • Comm api for windows

    I need to access comm serial port using java.
    I downloaded the comm api for generic. The downloaded file comm2.0.3.zip contains comm.jar only. It does not have window dll that is mentioned in other forums.
    Does it support windows platform? where to get additional files for windows?
    Why is there no samples/docs in the release download?
    Thanks,
    Dave

    You're incorrect. Oracle or rather Sun did provide a Windows port but they withdrew it as Microsoft kept changing the underlying system APIs. There are other implementations of it, such as RxTx.

  • Custom native window icons and Jump List api for Windows?

    Hi,
    can I add custom window icons for a Stage?
    Skype did it for its "compact mode":
    http://cloud.addictivetips.com/wp-content/uploads/2011/08/Compact-View.jpg
    (there's a fourth icon in the title bar)
    And can I modify the task bar entries (Jump List)? I am talking about this:
    http://i51.tinypic.com/jauwqr.jpg
    http://cache.gawkerassets.com/assets/images/17/2012/01/medium_9122b374825de2a368e7560b83cc352d.jpg

    can I add custom window icons for a Stage?Not in a Stage with StageStyle.DECORATED http://docs.oracle.com/javafx/2.0/api/javafx/stage/StageStyle.html#DECORATED
    Use StageStyle.UNDECORATED or StageStyle.TRANSPARENT
    The JavaFX Sample application demonstrates custom icons in an UNDECORATED window when you run it as a standard application rather than as an applet. You download it's source from the same page you downloaded JavaFX from.
    There is a Jira request which would assist in creating Windows which look a bit more like the Skype Window http://javafx-jira.kenai.com/browse/RT-20020 "support Aero Glass effects for top-level windows" - my guess is that this just refers to the Glass background and not the icons embedded in the titlebar, though a combination of the Glass Background and StageStyle.UNDECORATED would allow you to create your own icons which look similar to the standard Windows Aero ones and create an look almost exactly like the Skype one.
    For further integrations like the JumpList, JavaFX does not support that out of the box today.
    You can create a feature request in jira if you want.
    There are third party libraries which provide this support for Java - and they should work with JavaFX as JavaFX is just Java.
    Here is a link to a third party library to create a Windows 7 JumpList: http://www.strixcode.com/j7goodies/

  • Developer Api for Windows (not using COM)

    Hello everybody,
    I'm using the COM SDK of iTunes for some personal stuf.
    But is there an other way to interact with the iPad without using this deprecated COM API?
    - some windows API or guide on how to access The iPad using the USB driver?

    Hello again tt2,
    Seems like you're the olny one who has ever tried to answer my question (see some older posts of me).
    Vut thanks for you're answer. Although I still would like to know how those guys are doing it...
    But should there not be some documentation on how to access the device?
    Or should I be looking for some native USB programming techniques?
    Mr. Hoek

  • Make a Reference Quicktime Movie using QuickTime API for windows?

    Hi all,
    Does anyone know how to generate or modify a QuickTime Reference file?
    I try to generate a QuickTime reference file (.mov) that will point to external video clip Avid OpAtom such as
    \Avid MediaFIles\MXF\V1.mxf,
    \Avid MediaFIles\MXF\A1.mxf,
    \Avid MediaFIles\MXF\A2.mxf.
    I can use Avid News Cutter (NLE) to export a Quicktime reference mov file that point to external OpAtom mxf files.
    My questions are:
    1. How can I use QuickTime API to generate the same QT reference?
    2. Can we use QuickTime API to parse or modify the Avid Generated QT reference file?
    If I want to change the referenced external video source location info can we use QT API to do that?
    3. I have tried John Cromie's "QuickTime for .Net and Com Developers" using AxQTControl1.URL to parse a QT reference file, however, I can't find out where the external source clip location info in this object!!
    4. I have tried Legacywindowsqttools Dunpster but still can't parse the location info.
    Does anyone know where the external source clip location info hide in QT API object?
    Alex

    Insert a Shape and re-size & position it to cover the movie. In the Inspector > Graphic tab, set the Opacity of the Shape to 0%. Then hyperlink that transparent Shape.

  • Looking for experience of QuickTime API for Windows

    Hello,
    I have an application which calls the QuickTime JAVA API provided by Apple.
    Every time I'm trying to update to a new QuickTime version (for example to QT 7.6.1), I got compatibility problems.
    It seems the API have not been changed since 2003.
    Is there an alternate way that to connect to QT from the Apple java API ?
    Is there a good soul around there to share his/her experience with me ?
    Thanks
    Gege

    You should ask your questions on the Quicktime Java API mailing list:
    http://lists.apple.com/mailman/listinfo/quicktime-java
    Though it is almost equally unsupported by its originators as JMF, QTJ does work for 90% of what it promises rather than just 10. I'm sure people on the mentioned list can help you out. Usually mpg - and millions of other formats - work just fine in Quicktime java.
    nils

  • Trading Community API for Customer

    Hello All,
    Is it possible to convert a customer account of type ORGANIZATION to a customer of type PERSON using TCA API.
    I have been serching for an answer for a long time now. Any help would be really great.
    Thanks
    Dhanunjaya

    Any luck???

Maybe you are looking for

  • Error calling class methods CL_GUI_FRONTEND_SERVICES

    Hi all, I have a requirement in BAPI (integrating solman to portal) to download file from app. server to local directory. I used the below FM to get temp directory of presntation server. CALL METHOD CL_GUI_FRONTEND_SERVICES=>GET_TEMP_DIRECTORY    CHA

  • How can I import my itunes library to a non apple phone?

    I have an Ipod, which I use.  I also have a new Iphone 4 which I cannot stand.  The battery does not last a day, and that's without listening to the music, just phone calls and texts!  This is irritating enough, but the fact that I only got it becaus

  • Update plot name in the cursor legend

    Hi, I have a XY graph with its cursor legend set as visible.  The plot name changes based on the string that I sent to its property node, but I don't know how to update its cursor plot name?  Cursor is snapped to the plot, but the cursor plot name di

  • Main computer reading laptop

    My laptop accesses the internet, my pc accesses the internet, but I cannot get the two pc's to talk to each other...read hard drives.

  • How can you have the app tabs positioned to the right of the FireFox button when maximized?

    App tabs are '''normally''' positioned to the right of the FireFox button. However, when you shrink the window and then maximize again the app tabs appear below the FireFox button. Anytime an app tab is open and you maximize, adjust window, maximize,