Can't open Serial port in notebook (use Serial to USB)

OTL
use Serial to USB and java communication 2.0, windows 2003
and notebook which has no RS232C port
testing desktop it is done.
notebook does not work....
How can i open serial port in notebook ...

Saludos
tengo el mismo problema, aunque he encontrado algunas
API pero solo tienen soporte para LINUX:
* jsr80 y
* jUSB API
Si tienen alguna solucion haganmela saber.In English via Babelfish (and a little common sense), in case anyone knows a solution:
Greetings, I have the same problem, although I have found some API but they only have support for LINUX:
* jsr80
and
* jUSB API
If they have some solution I'd like to know.

Similar Messages

  • Did software update. iphoto won't open "You can't open your current photo library using this version of iPhoto

    did the usual software update on my mac (older)
      Model Name:          iMac
      Model Identifier:          iMac4,1
      Processor Name:          Intel Core Duo
      Processor Speed:          2 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          2 MB
      Memory:          2 GB
      Bus Speed:          667 MHz
      Boot ROM Version:          IM41.0055.B08
      SMC Version (system):          1.1f5
      Serial Number (system):          QP6300JZU2S
      Hardware UUID:          00000000-0000-1000-8000-0016CB8A01BF
    when I open iphoto, says
    You can’t open your current photo library using this version of iPhoto. You have made changes to your photo library using a newer version of iPhoto. Please quit and use the latest version of iPhoto.
    software is up to date.  can't even access pics. 
    can this computer run the maverick version of iphoto?

    What system and iPhoto versions  do you have currently and what versions did you have before the software update?  What did you update?
    OT

  • Tecra M1 - Modem doesn't work (can't open a port)

    I have a problem: After reinstalling WinXP and drivers on my Tecra M1, modem doesn't function. It even can't diagnose itself - there always comes a warning: "Can't open a port (COM). It may be used by another device or application". I installed the latest Toshiba drivers for the modem, but nothing changes. How can I fix it? Looking forward for your advices!
    Best regards.

    Hi
    Did you install the drivers in the right order? Not? So do it!
    Did you install any additional devices or software which could has a bad influence on the modem?
    Check the modem status in the device manger. Can you see any yellow exclamation marks?
    Try to start the modem test within the Operating system.
    Check the Modem function under
    Start -> Control Panel -> Phone and Modem Options -> Modems Tab -> Properties -> Diagnostics
    by pressing the "Query Modem" button.
    If the Modem Information window contain a list of AT commands (including ATI2, ATI3, ATI4 etc.), then the modem is correctly installed. The ATI5 command ends in with the number for the selected Regional settings (for example Germany = 06).
    To change the Regional Setting please use the Toshiba Internal Modem Region Select Utility.

  • Can I open a port range in the firewall for one host?

    Can I open a port range in the firewall for one host?  In other words, I want to be able to open ports 54001 to 54050 to allow one remote host in my LAN to access that port range in my Mac Server.  Is this possible?  Currently, the only option I see is to open individual ports for all external hosts (eg http or https)
    Thanks in advance!

    Which version of OS X Server are you using?
    Server 2.2 and earlier includes an interface to a software firewall that can be configured to open specific ports very easily. Descriptions of how to configure the firewall can be found in the documentation for these versions.
    Server 3.x no longer has an interface to the software firewall - it is still there, but you need to use other methods do configure it.  A popular example of such a method is the icefloor utility.
    Apple suggest that for Server 3 you delegate firewall duties to an external router.  Server 3 includes the ability to configure the firewall component of Apple Airport routers 'automatically'
    if you connect a machine running Server 3 directly to an Airport Router the router appears in the LH pane in the Server.app window (usually second line, below the entry for the server itself), and you can control what services are 'enabled' through the firewall there.
    a more common solution perhaps is to use a non-apple router, and configure the firewall (and so open specific ports) through whatever control interface is provided for that router.  There are many many kinds of hardware router you could use, and the control interfaces used vary widely - so you will have to consulting the documentation for your own router to work out how to do this.
    If you post information about your software versions, and hardware configuration, it is possible that you can get more specific help with the tasks involved in opening the ports.
    Hope this helps.

  • Can't open local port

    Hello all
    I would be very grateful for some help with this problem,I haven;t been able so solve and i have spend a lot of time on it
    I have written my own client RTSP code,from this i can set the client ports i want to recieve and send RTCP and recieve RTP,and can read in the server ports
    So i have something like 157.190.181.36 60972 60973 client
    157.190.181.36 6972 6973 server
    To handle RTP i have used RTP socket player or RX and may other RTP reciver options,as in the java solutions etc ,so that i can recieve RTP and create a player
    When i run them i get the same eror from all error can't open local port
    Further information
    I am on a LAN,but hav tried my set up disconnected from the LAN through a hub set up
    I have tried opening the ports before callled the RTP players i.e
    on the client side
    DatagramSocket RTPsocket3= new DatagramSocket(60972);
    DatagramSocket RTPsocket4= new DatagramSocket(60973);
    Through sniffers
    I know the RTSP messages are OK
    I recive an ICMP message destination unreachable
    I am connecting to darwin streaming server and i can connect to this and play through apple quicktime player or JM studioTHANKS IN ADVANCE!

    Hey...
    I'm having a similar problem, because i'm developing an application that its serving RTP audio context streams. So the application would transmit a playlist of files over RTP, and it works fine for one file, but when i try to give it a new file, i always get the exception "Can�t open door: ...". This error occurs on the line that is marked with *****.
    I'm creating a processor for each file i want to transmit, for the same port and same IP address, so when the first file ends i close the processor and create a new one with the same properties, but with a diferent file...
    I really nead this to work, so if someone could help me on this it would be really appreciated... Thanks in advance...
    My code for creating the transmitter is like this:
    private String createProcessor(){
         if (locator == null) return My_Dictionary.TRANSMIT_LOCATOR;
              try{
              ds = javax.media.Manager.createDataSource(locator);
              }catch (Exception e){
              return My_Dictionary.TRANSMIT_DATASOURCE;
              try{
              processor = javax.media.Manager.createProcessor(ds);
              }catch (NoProcessorException npe){
              return My_Dictionary.TRANSMIT_PROCESSOR;
              }catch (IOException ioe){
                   return My_Dictionary.TRANSMIT_IO_PROCESSOR;
              boolean result = waitForState(processor,Processor.Configured);
              if (result == false) return My_Dictionary.TRANSMIT_PROCESSOR_CONFIG;
              TrackControl [ ] tracks = processor.getTrackControls();
              if (tracks == null || tracks.length < 1) return My_Dictionary.TRANSMIT_TRACKS;
              ContentDescriptor cd = new ContentDescriptor(ContentDescriptor.RAW_RTP);
              processor.setContentDescriptor(cd);
              Format supported[];
              Format chosen;
              boolean atLeastOneTrack = false;
              for (int i = 0; i < tracks.length; i++){
              if (tracks.isEnabled()){
                        supported = tracks[i].getSupportedFormats();
                        if (supported.length > 0){
                             for (int j = 0; j < supported.length; j++){
                                  if (supported[j] instanceof AudioFormat){
                                       if (supported[j].matches(Transmit.audioformat)){
                                            chosen = supported[j];
                                       tracks[i].setFormat(chosen);
                                       atLeastOneTrack = true;
                                       System.out.println("Track " + i + " is set to transmit as: " + chosen);
                        }else tracks[i].setEnabled(false);
              }else tracks[i].setEnabled(false);
              if (!atLeastOneTrack) return My_Dictionary.TRANSMIT_ANY_TRACKS;
              result = waitForState(processor,Controller.Realized);
              if (result == false) return My_Dictionary.TRANSMIT_PROCESSOR_REALIZE;
              dataOutput = processor.getDataOutput();
              return null;
    private static String createTransmitter(){
              PushBufferDataSource pbds = (PushBufferDataSource)dataOutput;
              PushBufferStream pbss[] = pbds.getStreams();
              rtpMgrs = new RTPManager[pbss.length];
              SessionAddress localAddr, destAddr;
              InetAddress ipAddr;
              SendStream sendStream;
              int port;
              for (int i = 0; i < pbss.length; i++){
              try{
                        rtpMgrs[i] = RTPManager.newInstance();     
                        port = portBase + 2*i;
                        ipAddr = InetAddress.getByName(ipAddress);
                        localAddr = new SessionAddress(InetAddress.getLocalHost(),port);
                        destAddr = new SessionAddress(ipAddr,port);
                        rtpMgrs[i].initialize(localAddr); *****
                        rtpMgrs[i].addTarget(destAddr);
                        System.out.println("Created RTP session: " + ipAddress + "/" + port);
                        sendStream = rtpMgrs[i].createSendStream(dataOutput,i);
                        sendStream.start();
              }catch (Exception e){
                        return e.getMessage();
              return null;

  • CardTerminalException:Can't open communication port

    Hi,
    I work with OCF, WinNT and I configure also the opencard.properties to use a GemPC410 Reader in COM3. I get the CardTerminalException: "Can't open Communication port".
    Has anybody an idea what other reasons can provoke this error, or better how to avoid it??
    Thanks in advance!
    Best regards
    deng

    Hi,
    I work with OCF, WinNT and I configure also the opencard.properties to use a GemPC410 Reader in COM3. I get the CardTerminalException: "Can't open Communication port".
    Has anybody an idea what other reasons can provoke this error, or better how to avoid it??
    Thanks in advance!
    Best regards
    deng

  • WRT54GC can't open UDP port

    I can't open UPD port i check with PFPortChecker and TCP port is open and UDP port is not reachable i using win7 how to fix it ?

    Which port no you are trying to open..?
    For which purpose you are openning the port on the router..?
    Uncheck "Block Anonymous Internet Requests" under Security tab and check..

  • RV042 can't open any port!

    Hello,
    I have a RV042 Dual Wan. Two internets balanced wow! who would've thought that the headaches were waiting patiently right down the corner.
    I was working with a 2wire Gateway that came with my ISP. I was able to open the ports in order to have public access for my students and teachers to upload their work. All I had to do was to allow my server ip address to have access to different ports blocked by the ISP. I used
    http://www.canyouseeme.org/ in order to verify if my port was open.
    I bought the RV042 for various reasons like excellent content blocking, load balancing, quick vpn, among other. But I just can't open the port 80 while having having my two ISP connected with load balancing, not even while having only one modem connected.
    I have resolved many issues using the protocol binding. I have tried everthing. I just don't undertand something.
    Whenever I connect my server to my old router, "www.canyouseeme.org" tells me that my port 80 is open.
    Whenever I connect my servet to the RV042-DW, my port appears closed.
    So it's not any OS issues. 
    I've tried:
    - To forward the TCP 80~80 port to my server static ip address... but failed
    - To enable UPnP function with the same port... but failed
    - To configure the port triggering with the same port.. but failed.
    - To disable the firewall.. but failed.
    - To use transparent bridge in the WAN1 with my 2wire Gateway... but failed
    - To set up an account in DNS.ORG already had one, everythings is in green.. but failed.
    - To change the configuration in my old 2Wire Gateway router to allow a DMZ zone so all ports are public... but failed.
    - To assign RV042 router ip address in my old 2Wire allowing that specific address to allow certain ports to be public... but failed.
    I have the  Firmware v4.0.4.02 from DEC/11
    HELP!
    http://www.youtube.com/watch?v=TU7JjJJZi1Q

    Which leads us to the second preoccupation. If I can't make port 80, or port 21 to be public then could i set a QuickVPN successfully?
    Is it possible to bridge a RV042 Dual Wan to a RV042 V3 Dual Wan to bring 3 ISP's downstream loading balance into 4 outputs.?
    First Router
    1st ISP  = 2Wire Gateway 1Mbps Down , 0.5Mpbs Up
    2nd ISP = Same as 1st
    Second Router
    3rd ISP = Dedicated Internet access 2Mbps UP and DN
    Would that produce a 3Mpbs Down, 2.5Mpbs up?

  • I have the current iPhoto when I try to open it I get an error message You can't open your current photo library using this version of iPhoto

    You can’t open your current photo library using this version of iPhoto.
    I am using the current iPhoto and O/S 10.8.2

    Make a temporary, backup copy of your library if you don't already have one (Control-click on the library and select Duplicate from the contextual menu) and  apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • How can I open and close private browsing using an IPAD mini in IOS 7?

    How can I open and close private browsing using an iPad mini in ios7?

    Tap the '+' to the right of the URL field to open a new tab, and at the bottom left of the screen there should be a 'Private' button - tap that and you can then go to the site that you want to go to

  • Yet AGAIN! "You can't open your current photo library using this version of iPhoto"

    I have read every thread on this topic I could find in these forums, and tried most solutions, and I still can't get iPhoto to work. 
    Equipment:  MacBook Pro June 2010, OS 10.6.8.  Bought a Macbook Air February 2012, OS 10.7.2
    Not sure why, but I can't open iPhoto.  Here's what I have tried.
    Original message on MBPro:  "You can’t open your current photo library using this version of iPhoto". 
    1.  Tried to rebuild library as per this thread https://discussions.apple.com/message/8429269#8429269.  I get the list of checkboxes, but when I hit "okay" I get the same "you can't open your current photo library ..." message again.
    2.  Ran software update - no sign that iPhoto is out of date.
    3.  Copied new version of iPhoto from brand new MBAir to MBPro, replacing older version .  Got same "you can't open your current photo library ..." message again.
    4.  Tried to rebuild library using new version of iPhoto - guess what - same message.
    5.  Downloaded free trial version of iPhoto Library Manager as suggested in the thread referenced above.  The dmg loads to my desktop just fine but nothing happens when I click on it -- this has never happened before.  Perhaps it is looking for iPhoto, which of course I can't get to work.
    So I have been unable to access my old iPhoto library with (sob) thousands and thousands of family photos in it.  I run TimeMachine on to an external hard drive every hour so I hope that if my iPhoto library is corrupted, there is a safe copy on that external drive ...
    Between this hassle -- hours of time wasted -- and recent debacle of upgrading iTunes which erased my library and all of my playlists, which also took hours and hours to restore ... my 25 year devotion to Apple products is taking a major hit.  I'm getting very weary of heart-pounding fear every time a new software upgrade arrives ... but that's a topic for another time. ;-)
    Thank you very much indeed for all suggestions.

    I'm going to start from scratch as  the link you references is very, very old.
    Try this:  launch iPhoto with the Option key held down and try to create a new, test library and import some photos. If you are able to then the problem lies with your current library. If you get the same message then maybe the iPhoto application is the problem.
    Try the following again:  make a temporary, backup copy (if you don't already have a backup copy)  of your library and apply the three fixes in order as necessary.
    Fix #1
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your HD/User/Home()/ Library/Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your HD/User/Home()/Library /Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    Fix #2
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #3
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    If all of these fail there's one more option:
    Start over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1.  Move the existing library folder to the desktop.
    2. Open the library package like this.
    Click to view full size
    3. Launch iPhoto and, when asked, select the option to create a new library.
    4. Drag the each subfolder in the Originals folder (iPhoto 09 and earlier) or the entire Masters (iPhoto 11) folder from the iPhoto Library on the desktop into the open iPhoto window.
    Click to view full size
    This will create a new library with the same Events as the original library but will not keep the metadata, albums, books slideshows and other projects.
    OT

  • You can't open your current photo library using this version of iPhoto.

    I tried to open iphoto this morning and recieved this message: "iphoto damaged or incomplete." There was also a white circle with a slash through the icon in both dock and applications folder.  Recently I had loaded idvd from ilife since it was not included on my MBP.  I reinstalled iphoto using the disc and then the following began to occur.
    I received this message when I tried to launch iPhoto after reinstalling. Yesterday it was working fine. "You can’t open your current photo library using this version of iPhoto." It gave me the option of quitting but nothing else.
    I followed directions on another thread to rebuild using the database by holding down command+option while launching iphoto.  None of my folders came back and all the photo boxes are empty, although there are dates.
    I do have a backup on an external but am not sure how I would restore using that (I've never had to in the past).
    This is iphoto 11 - version 9.1. I am unsure how to check what version was installed when I purchased this MBP (Nov. 2012). I am also runnign OSX 10.8.3
    Is there anyway to remove the update and recent install and revert to what I had yesterday? Or even two days ago?
    Any help would be appreciated. I don't want to have to re-create my folders.
    Thanks in advance!

    When you installed iDVD, you must accidentally also have reinstalled and downgraded iPhoto.
    This is iphoto 11 - version 9.1. I am unsure how to check what version was installed when I purchased this MBP (Nov. 2012). I am also runnign OSX 10.8.3
    You have two options, either delete your current iPhoto version and reinstall iPhoto from the AppStore, or go to the -menu and run Software update to upgrade your current iPhoto version to iPhoto 9.4.3, the current version.
    To reinstall: See this document http://support.apple.com/kb/ht4718
    Scroll down to the paragraph: Restoring iLife applications after Internet Restore of OS X Lion or OS X Mountain Lion
    It explains how to reinstall the bundled iLife applications, that came preinstalled, from the AppStore.
    Regards
    Léonie

  • After installing ilife '11 when i opened iPhoto its display a message"You can't open your current photo library using this version of iPhoto, what can i do sir??

    i buy apple mac book on 12.04.2012, mac osx 10.7.2, 500gb hdd,4gb ram, i installed ilife '11 in it, after installing ilife '11 when i opened iPhoto its display a message"You can’t open your current photo library using this version of iPhoto,You have made changes to your photo library using a newer version of iPhoto. Do you want to quit and use the latest version of iPhoto, or do you want to create a new photo library?  but option coming only quit, when i check for software update it shows ur software is up to date, waht can i do sir, how can i use my iphoto???

    Make sure you are updated to the latest version - 9.2.1
    LN

  • I did a restore on my Imac and now it says You can't open your current photo library using this version of iPhoto.So when I go to apps icon they want to charge me 14.99 for new Iphoto

    I did a restore on my Imac and now it says You can’t open your current photo library using this version of iPhoto.So when I go to apps icon they want to charge me 14.99 for new Iphoto

    It would help if you would answer questions and give information rather then constantlhy complaining
    You do not need to purchase anything - but to help you you do have to supply the requested information
    Have you installed iPhoto from the DVD that came with the computer or from the App Store?
    The answer to this is critical to helping you  --  please answer
    WE probably also need to know exactly how you "restored" your Mac and why youneeded to restore it
    LN

  • I've backup  my iPhoto on WD My Passport.  When I try to pull up the photos from the external hard drive onto a different computer,  it says "You can't open your current photo library using this version of iPhoto."  It says I have to use a later version.

    After backing up my photos on a My Passport hard drive I can't open iphoto from the hard drive.  It says "You can't open your current photo library using this version of iphoto.  You have made changes to your photo library using a newer version of iphoto. Please quit and use the latest version of iphoto."  I have done all the upgrades for iphoto.  Anyone know what I'm doing wrong?

    What versions of iPhoto and OS X are on each computer? You can find out by going to your iPhoto application (from the Applications folder), clicking it once to highlight it, and click cmd-i to open its information window. The version number is in the General tab.
    Your version of OS X can be found from the Apple menu, then About This Mac.
    The latest version of iPhoto (9.5.1) requires OS X 10.9, so if you have an older version of OS X on that computer, you will have to upgrade to Mavericks and then upgrade to the newer iPhoto.
    Matt

Maybe you are looking for

  • Media Encoder cc 2014.1 crashing with unknown error on h.264 every time

    I am unable to render ANY timelines using h.264 for any format (presets or customized). The audio preparation procedure completes and the timeline seems to render fine for a while. The render never committees and variably crashes somewhere during the

  • I cannot get my mpg videos to add to home videos library

    I am moving to my first Mac and I love it so far. I am trying to get my Ipad and Ipod now to sync on this machine instead of my old windows machine. I have all of my files moved over to the Mac. I am adding things to my library through iTunes but It

  • Reading csv file how to get the Column name

    Hi, I am trying to read a csv file and then save the data to Oracle. Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection c = DriverManager.getConnection("jdbc:odbc:;Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=.;Extensions=csv,txn"); State

  • Using an old Phone without a sim card

    I have an iPhone5 - which the kids have been using without a sim as an iPod. After upgrading to the new operating system - when I restarted, it keeps telling me I need to insert a sim to continue. Is there anyway to get around this? We don't want to

  • How to write a procedure for update the table

    Hi all can any body please tell me how to write a procedure to update the table...... I have a table with about 10,000 records...........Now I have add a new column and I want to add values for that like registration Code Creidits 13213 BBA 1232 MCS