LPT ports found ???

Hi there!
I just want to do a simple task: detect serial ports! That's the code I'm using:
          String driverName = "com.sun.comm.Win32Driver";
          try{
               System.out.println("trying to load driver");
               CommDriver commdriver =
                    (CommDriver)Class.forName(driverName).newInstance( );
                    commdriver.initialize();
          catch (Exception e2)
               System.out.println("driver not loaded");
               e2.printStackTrace();
          Enumeration ports = CommPortIdentifier.getPortIdentifiers();
          if (ports != null)
            while (ports.hasMoreElements())
                 CommPortIdentifier portID = (CommPortIdentifier) ports
                .nextElement();
                 System.out.println("found "+portID.getName());
            }The problem is that this code only detects LPT ports but I don't have any LPT ports in my laptop. Isn't it interesting?
Do anyone has any idea about what could be the problem?
I would apreciate any comments :)
Cheers
Filipe

You probably don't have the javax.comm.properties file in the right place.
See Java Comm FAQ
http://java.sun.com/products/javacomm/reference/faqs/index.html
And you either
a) do have an LPT port under some hidden panel of your laptop or
b) it's some form of virtual parallel port, maybe a bluetooth port in disguise.
regards,
Owen

Similar Messages

  • LPT port control via a servlet

    I'm not to sure if I am on the right track, but so far I have a device wired into my lpt port (running winXP) and want to basically be able to send power to specific pins (I belive it is capable of 5V). I have looked online and through manuals and have found little information (most deals with reading and writing bits, or getting printer status, etc). I was wondering if anyone could point me in the right direction, I have very little experience writing software that interacts with hardware, I don't even know if windows will let java control the ports at that level or not. Any help would be appreciated. Thanks.

    You can't do it directly from java.
    If you were really desperate to do it you would probably have to look at using JNI and writing some C code.

  • ADFc: No view port found when using both Browser dialog and TF inline-popup

    Hi,
    Using JDev 11.1.1.2.
    We have a table with data and two commandlinks. One navigates to a task-flow-call configured to "run as dialog" in a modal inline-popup. This opens a modal inline-popup that can be used to modify the data.
    The second command link navigates to view (using the dialog: syntax) that opens a second browser window, displaying a jspx that retrieves an image from a servlet.
    Both dialogs can be opened and closed multiple times if I use only one of them in a session, but once I have opened the browser dialog popup, opening the inline-popup gives an exception (see below).
    The inline-popup actually shows, but instead of the taskflow inside it it shows "The website cannot display the page".
    From debugging the source code, I see that the StateInstanceIdFromRequest (ControllerState:288) when opening the inline-popup is the ctrl-state from the main browser window address bar, r01nnp3js_9.
    Then when the taskflow inside the inline-popup is opened, the StateInstanceIdFromRequest is r01nnp3js_13. If I open and close the inline-popup multiple times, this instanceid stays the same.
    Until I open the browser dialog window with the second commandlink, the StateInstanceIdFromRequest for the view inside this dialog window is r01nnp3js_31, matching the ctrl-state from the dialog window address bar.
    After closing the browser dialog window and clicking the first commandlink, the inline-popup shows but the StateInstanceIdFromRequest for the taskflow inside it is no longer r01nnp3js_13, but r01nnp3js_31!!
    This is the InstanceID from the browser window that was closed!! This is incorrect and I think that the wrong StateInstance is looked up (ControllerState:304).
    This results in an NPE (ControllerState:330) because the CurrentViewPort (looked up from mAllViewPorts with the wrong currentViewPortContextId) is null.
    This is the stacktrace:<ControllerState><getViewPort> ADFc: No view port found with ID 'r01nnp3js_32'.
    <ControllerState><getViewPort> ADFc: No view port found with ID 'r01nnp3js_32'.
    08-jun 10:53:16 DEBUG     2/avravr001 (MnSessionContextFilter) ----- REQUEST START ----
    08-jun 10:54:31 DEBUG     2/avravr001 (MnSessionContextFilter) ----- UNCAUGHT UNCHECKED EXCEPTION DURING REQUEST: NullPointerException, null ----
    08-jun 10:54:31 DEBUG     2/avravr001 (MnSessionContextFilter) ----- REQUEST END ----
    <8-jun-2010 10:54:31 uur CEST> <Error> <HTTP> <BEA-101017> <[ServletContext@12329770[app:KlantbeeldPME module:KlantbeeldPME path:/KlantbeeldPME spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f0f81e[
    GET /KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true&_afrLoop=2956086037750&_afrWindowMode=0&_afrWindowId=_adfvdlg HTTP/1.1
    Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
    Referer: http://127.0.0.1:7101/KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true
    Accept-Language: nl
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive
    Cookie: JSESSIONID=H5k3MTDDTCpbCqjPhf1pWyJ2tsl3JBC3PTDXpQVzh8Fx74BJdLk6!1966224151
    ]] Root cause of ServletException.
    java.lang.NullPointerException
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:330)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:101)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         Truncated. see log file for complete stacktrace
    >
    <8-jun-2010 10:54:31 uur CEST> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at 8-jun-2010 10:54:31 uur CEST. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 8-jun-2010 10:54:31 uur CEST SERVER = DefaultServer MESSAGE = [ServletContext@12329770[app:KlantbeeldPME module:KlantbeeldPME path:/KlantbeeldPME spec-version:2.5 version:V2.0], request: weblogic.servlet.internal.ServletRequestImpl@f0f81e[
    GET /KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true&_afrLoop=2956086037750&_afrWindowMode=0&_afrWindowId=_adfvdlg HTTP/1.1
    Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */*
    Referer: http://127.0.0.1:7101/KlantbeeldPME/faces/adf.dialog-request?_adf.ctrl-state=yg04i5vly_47&_rtrnId=1275987194538&__ADFvDlg__=true
    Accept-Language: nl
    User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive
    Cookie: JSESSIONID=H5k3MTDDTCpbCqjPhf1pWyJ2tsl3JBC3PTDXpQVzh8Fx74BJdLk6!1966224151
    ]] Root cause of ServletException.
    java.lang.NullPointerException
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:330)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:101)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:551)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:112)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:59)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:258)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)What are my options here? How can I influence the ctrl-state of an inline-popup? Can a browser dialog window be disposed somehow and would that matter?
    oracle.adfinternal.controller.state.ControllerState is an adfinternal class, what is the best way to hook into this and fix it?
    Thanks and regards,
    Gerben

    Thanks Frank. I'm not sure how to do that, but I'll create a SR on the SID of my customer and refer to this thread.
    regards,
    Gerben

  • Windows 7 redirecting LPT ports to Terminal Services is broken compaired to Vista and XP

    Hello forum
    We have encountered an issue with mapping LPT1 ports from any terminal server be it 2003 or 2008, the problem is the same.
    Our XP clients and Vista clients works fine. Seems this issue is only present on Windows 7.
    We have a program that requires printing to be done on the LPT1 port. The Printer connected to the client is driver less, it uses the raw output from the LPT port. So try not to think of it as a normal printer. We do not require drivers to be installed on
    the server or client.
    Our XP and Vista clients works perfectly by using: net use LPT1:
    \\tsclient\lpt1:
    And then printing to the LPT1 port.
    When using Windows 7 clients to print, only 512 bytes are forwarded to the printer and the rest of the job is missing. If we print directly to
    \\tsclient\lpt1: the print job is working and all is forwarded. But our program cannot print to UNC paths.
    So what has changed in between Vista/XP and Windows 7 on the LPT port forwarding subject?
    Our printer is a STAR TSP if you would like to know. The Win 7 Clients prints fine to the printer locally to the LPT port when not connected to the Terminal session.
    Thanks for your time.

    Hello Mobay,
    Here are the conclusion about this situation:
    Symptom:
    The Win7 client could not re-direct LPT port to a local printer when connecting through a terminal server/remote desktop session.
    Cause:
    This is an known product issue of Win7, no QFE available yet.
    Resolution:
    Possible workaround with Windows XP SP3, RDP 6.1 (and Hotfix 972828).
    Win7/Win2k8r2
    Vista/Win2k8
    WinXP/Win2k3
    RDC 5.2
    Succeed to redirect
    RDC 6.1
    Fail to redirect
    Succeed to redirect
    RDC 7.0
    Fail to redirect
    Fail to redirect
    Succeed to redirect
    So it's by design that you can't use LPT port through RDP on Win 7 client machine.
    Best Regards
    Darith Iv
    Core System Analyst
    Microsoft Product Services and Support

  • Send 102 bit data through the LPT port??I have to send 102 bit to my interface board using the LPT port, through one of the data line and be able to read data from the input line, I don't know how to realize such a task.Thanks

    Let me describe you the program I have to write:
    I have to send 102 bit serialy using one of the data line of the LPT port to a device and be able to read back data sent from a device register throug one one of the input port pin for instance pin 10 of a DB25, and synchronize the transmission by the PC clock(for write and read). If fact I am using 5 output control(D0...D4) signal from the LPT port, RST, TXD, CLK, CE,TEST, one input data RXD (pin10)
    So the program should work in normal mode (write data, read data), and test mode (use the write p
    rocedure). Since I am quite new in Labview I am little lost and I need some support or exemple that use a way to send more than 32 bit via one data line(in my case 102bit= 8 bit COMMAD(MSB)+88 bit SPI DATA+6 bits CRC(LSB)) and be able to read them back, place them in the register and be able either to monitor or modify them.
    I know that there are plenty of exemple but if I can gain time by being helped it would be great.
    Can you please advise?

    Hi Beni,
    find attached a SPI.vi - minor changed from one of
    my typical SPI's (LabVIEW 7.1). With some simple changes it will fit to your application.
    The only thing you need to do - prepare
    the bits for the input-array.
    If you need some more comments - find one of my email
    adresses in documentation of this vi.
    Regards
    Werner
    Attachments:
    102bit_SPI.zip ‏90 KB

  • JDeveloper 11.1.1.3 - "No view port found" error in ADF task-flow

    Hi,
    My customer uses JDeveloper 11.1.1.3.
    They are developing jspx using ADF task-flow.
    They see following errors in stdout log when the view in the page was changed.
    But their application seems to work correctly after the errors.
    Does anyone know how to solve these errors?
    Or, does anyone know whether these errors affects ADF(or JSF) applications, or not?
    If these errors don't affect to them, they will consider ignoring these messages for now.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_9'.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_9'.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_13'.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_13'.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_9'.
    <ControllerState><getViewPort> ADFc: No view port found with ID '6h7oee2m2_9'.
    Any pointers on this are appreciated.
    -Noriyuki
    Edited by: nori524 on 2011/01/13 0:01

    Wes,
    1) is documented at http://docs.oracle.com/cd/E35521_01/web.111230/e16181/af_reuse.htm#autoId21
    2) and 3) I personally have not stumbled upon, but if you have a reproducible test case you should open an SR or make an entry in the ADFEMF issue tracker (http://java.net/jira/browse/ADFEMG side is currently down :()
    Timo

  • No supported SOAP Port found to test. Please validate WSDL

    Hi I deployed a BPEL process.
    When I click Initiate link to test it .
    it shows above error ' No supported SOAP Port found to test. Please validate WSDL'
    Where I am doing wrong ?
    Thanks
    Praveen

    Hi This is my WSDL from BPEL console
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="SyncItemEBIZProvBPELABCSImpl" targetNamespace="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemabcs="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemebo="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:itemsvc="http://xmlns.oracle.com/EnterpriseServices/Core/Item/V1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" xmlns:itemabo="http://www.example.org/SyncItemPublicationInput">
    <import namespace="http://xmlns.oracle.com/EnterpriseServices/Core/Item/V1" location="http://ap6032fems.us.oracle.com:7831/AIAComponents/EnterpriseBusinessServiceLibrary/Core/Item/ItemEBS.wsdl" />
    - <types>
    - <xsd:schema targetNamespace="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/SyncItemEBIZProvBPELABCSImpl/V1" elementFormDefault="qualified" xmlns:itemabcs="http://xmlns.oracle.com/ABCSImpl/EBIZ/Core/Item/V1" xmlns:itemebo="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:svcdoc="http://xmlns.oracle.com/Services/Documentation/V1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/SyncItemEBIZProvBPELABCSImpl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:itemabo="http://www.example.org/SyncItemPublicationInput">
    <xsd:import namespace="http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/Item/V1" schemaLocation="http://ap6032fems.us.oracle.com:7831/AIAComponents/EnterpriseObjectLibrary/Release1/Core/EBO/Item/ItemEBM.xsd" />
    <xsd:import namespace="http://www.example.org/SyncItemPublicationInput" schemaLocation="http://ap6032fems.us.oracle.com:7831/AIAComponents/ApplicationObjectLibrary/EBiz/ApplicationInterfaces/Item/Schemas/ItemABM.xsd" />
    </xsd:schema>
    </types>
    - <message name="SyncItemResponseMessage">
    <part name="SyncItemPublicationConfirmation" element="itemebo:SyncItemPublicationConfirmationEBM" />
    </message>
    - <message name="SyncItemRequestMessage">
    <part name="SyncItemPublication" element="itemebo:SyncItemPublicationEBM" />
    </message>
    - <message name="SyncItemABMRequestMessage">
    <part name="Item" element="itemabo:item" />
    </message>
    - <message name="SyncItemABMResponseMessage">
    <part name="ItemStatus" element="itemabo:itemStatus" />
    </message>
    - <portType name="SyncItemEBIZProvBPELABCSImplCallback">
    - <operation name="onResult">
    <input message="tns:SyncItemResponseMessage" />
    </operation>
    </portType>
    - <portType name="SyncItemEBIZProvBPELABCSImpl">
    - <operation name="initiate">
    <input message="tns:SyncItemRequestMessage" />
    <output message="tns:SyncItemResponseMessage" />
    </operation>
    </portType>
    - <binding name="SyncItemEBIZProvBPELABCSImplCallbackBinding" type="tns:SyncItemEBIZProvBPELABCSImplCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="onResult">
    <soap:operation style="document" soapAction="onResult" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <binding name="SyncItemEBIZProvBPELABCSImplBinding" type="tns:SyncItemEBIZProvBPELABCSImpl">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="initiate">
    <soap:operation style="document" soapAction="initiate" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    - <output>
    <soap:body use="literal" />
    </output>
    </operation>
    </binding>
    - <service name="SyncItemEBIZProvBPELABCSImplCallbackService">
    - <port name="SyncItemEBIZProvBPELABCSImplCallbackPort" binding="tns:SyncItemEBIZProvBPELABCSImplCallbackBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <service name="SyncItemEBIZProvBPELABCSImplService">
    - <port name="SyncItemEBIZProvBPELABCSImplPort" binding="tns:SyncItemEBIZProvBPELABCSImplBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <plnk:partnerLinkType name="SyncItemEBIZProvBPELABCSImpl">
    - <plnk:role name="SyncItemEBIZProvBPELABCSImplProvider">
    <plnk:portType name="tns:SyncItemEBIZProvBPELABCSImpl" />
    </plnk:role>
    - <plnk:role name="SyncItemEBIZProvBPELABCSImplRequester">
    <plnk:portType name="tns:SyncItemEBIZProvBPELABCSImplCallback" />
    </plnk:role>
    </plnk:partnerLinkType>
    - <plnk:partnerLinkType name="ItemEBS_PL">
    - <plnk:role name="ItemEBS_Role">
    <plnk:portType name="itemsvc:ItemEBS" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>

  • Hot to install HP DeskJet 710C (LPT Port) on Solaris 10?

    Hi.
    I'm trying to install HP DeskJet 710C printer on LPT port.
    There is no such model in the list of Printer Administrator.
    I tryed few models on /dev/lp1 and /dev/ecpp0 but with all I get message "out of service".
    Printer is fully functional.
    Is there solution to make this printer working on Solaris 10?

    Hello Everyone,
    I know this is an old post, but this might be of some interest to folks trying to set up a local printer under Solaris 10 and the Developer edition. There is a bug that prevents the ecpp driver_alias from being created under /etc/driver_alias. The workaround to get the driver_alias created is as follows. As root (su -) in terminal
    update_drv -a -i "lp" ecpp
    reboot the machine and you'll have the driver alias for ecpp present in /etc/driver_alias along with an entry in the print manger under Printer Port for /dev/printers/0
    Here's a link describing the bug:
    http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6374608
    Message was edited by:
    mrmdls as I forgot the " along with adding the link

  • LPT Port read

    Hi,
    I am using  the "in port.vi" in labview to check if a printer is hooked to any of  my lpt ports before I send a print command to them. it is working but it freezes every now and then. my lpt port addresses are 0378 (local on mother board), AC00, and B400 ( located on a pci card). I noticed that the data type on the base address inoput of the vi  is u16 wich i need u32 for the base addresses for the lpts on the pci board. does any one know a fix for this.??
    thank you
    windows XP
    labview 8.0

    " is there a way i can activate an application every 15ms or so without slowing the whole loop??"
    To specifically answer this question, I've attached an image of something
    you can try. It's not the best solution, but it's quick and dirty, and
    might help 'solve' the problem in the short run.
    Message Edited by Novatron on 06-06-2006 03:00 PM
    Attachments:
    15ms.jpg ‏11 KB

  • LPT port access

    I am in a project in which i try to send signal via LPT port and through which control the speed of a dc motor
    I want know...if it is possible to do with java..& how?????
    plz..reply. : )

    Take a look at
    https://msdn.microsoft.com/en-us/library/windows/hardware/ff543926(v=vs.85).aspx  Basically you are going to need a simple device driver to take control of the port from the system supplied driver. 
    Think carefully about your design, parallel ports are going away, I did a driver like the one above as part of a package for a client, the other half of the package was support for a USB parallel port, so they could support their device even if the legacy
    port was not present.
    Don Burn Windows Driver Consulting Website: http://www.windrvr.com

  • Tecra S3: LPT port - EPP mode not available

    How Can I change LPT port mode to EPP in Toshiba TECRA S3 ?
    In the BIOS settings only ECP and SPP are available, but I have memory programmer that needs to be connected to LPT port working as EPP.
    It doesn't work in ECP or SPP.

    Maybe it's not so simple fact when this facility was implemented in chipset. BIOS is the only limitation.
    There are another tools available for another copmuters (it usually means for another chipset) allowing lpt port mode to be temporarily changed to value not available in BIOS.
    Does anybody have any information about this type of tools for Toshiba ?

  • "No supported USB 3.0 ports found" - Error while using Kinect v2

    I recently bought the Xbox One sensor and the Kinect adapter for Windows
    for application development. I am using a Gigabyte 970a DS3P mobo with onboard USB 3.0 ports. Processor - AMD FX6300, RAM - 8GB, GPU - Nvdia GT730 2GB DDR3(Direct X11 compatible). When I am running the Kinect Configuration Verifier
    Tool two things come in red.
    First, it says - "No supported USB 3.0 ports found" even though I have connected the sensor to USB 3.0 ports.
    Second it also says - "Insufficient depth frames received".(or insufficient frame rates, something like this)
    Third - The sensor stays on for few seconds and goes off and comes back on. This happens all throughout.
    Lastly - While running the SDK samples Audio Basics(anything related to audio) and Color Basics(anything related to Color camera) never work.
    Kindly let me know what all changes I need to make in order to get full performance from my sensor. Also if this is related to a dedicated USB 3.0 Controller issue please explain how I can implement that in my present system.
    Will using a USB 3.0 PCIe expansion card help? If yes then which brand/model that will be compatible with my mobo.
    Note:- I don't connect to the internet while using my Kinect sensor and have no other devices on the second USB 3.0 port that I have.

    yes, see the following links for more information on the issue you are having:
    https://social.msdn.microsoft.com/Forums/en-US/20dbadae-dcee-406a-b66f-a182d76cea3b/troubleshooting-and-common-issues-guide?forum=kinectv2sdk
    https://social.msdn.microsoft.com/Forums/en-US/bb379e8b-4258-40d6-92e4-56dd95d7b0bb/confirmed-list-of-usb-30-pcie-cardslaptopsconfigurations-which-work-for-kinect-v2-during?forum=kinectv2sdk
    Carmine Sirignano - MSFT

  • I am getting "no firewire ports found" error...

    I freshy installed Snow Leopard 10.6.8 on a mid 2010 macbook pro. I did this after it had been upraded to Yosemite and the firewire port was not working. i have tried resetting pram and every other thing that has been suggested.
    the closest discussion to my problem is thisAfter 10.6.2 update, 'No FireWire ports were found'
    i do not have access to previous kext files to replace the ones on this machine now whcih fixed that users problems, has anyone else encountered this problem and know a fix? or has access to previous kext files?
    the firewire port still sends power, as when i plug in an external it flashes for a split second and starts spinning up, it is just not recognized by the computer.
    Mid 2010 Macbook Pro 7,1
    2.4GHz Intel Core 2 Duo
    4gb 1067 MHz DDR2

    If you live near an Apple Store, make a Genius Bar appointment to have the computer tested. Supposedly there is no charge for testing. Use 2nd link if not near an Apple Store or aren’t in the US.       Hardware Repair - Keeping Confidential Data Safe
    Genius Bar Reservation US
    Authorized Service Provider

  • Printing from Apps 11i onto a LPT port dedicated printer

    Anyone out there got a solution or an idea on how I can get one.
    maybe this will be 3rd time lucky!!!!!otherwise, I may have to give this forum the thumbs down. This last statement was for any oracle personnel looking in.
    cheers in great anticipation.

    I haven't tried it with the parallel port but I have controlled a remote serial port and a remote instrument and in theory a parallel port should work the same. VISA has support for remote systems. Install MAX on the remote computer. Select from the menu, NI-VISA>VISA Options. Click on the Security tab and you can add computers that can remotely access it's VISA resources. On the computer that you want to do the remote control from, start MAX and from the menu select Tools>Find Remote Systems. The remote system should be found with no problem if its on the same local subnet. The remote port or instrument can then controlled by VISA just like a local resource except in the resource name you prefix the network path. The syntax is something like Visa://comp
    uter_name//ASRL10::INSTR.

  • Comm: no com port found

    help!
    i have copyed the win32com.dll to jdk\bin ,and the comm.jar and prop file to jdk\lib,but still no com port found

    Have you tried enumerating the com ports? Something like this:
    Enumeration  en     = CommPortIdentifier.getPortIdentifiers();
    while ( en.hasMoreElements() ) {
       portId = (CommPortIdentifier) en.nextElement();
       if ( portId.getPortType() == CommPortIdentifier.PORT_SERIAL ) {
          System.out.println(  portId.getName() );
    }But what does this have to do with j2me?

Maybe you are looking for

  • How to create the patch file for Printer installation?

    Hi, Recently I bought a network printer and really want to install printer via the batch file, but I don't know how and what command needs to be typed in Notepad. Could you please give me some templates for this? Thanks,

  • Cannot get the printer to work from the computer

    The printer will not print from the computer,  have run the trouble shooter and hasn't helped.

  • Dbacockpit error

    Hi Experts, with the help of note 1261329 - DBA Cockpit: Oracle as a remote database, I have configured dbacockpit for one of my managed system. I have added the entry in tnsnames.ora file as per note 1261329. After that i have created a database con

  • Creative Cloud, photoshop not available to install.

    I have purchased a creative cloud monthly sub and commenced the download, however the main photoshop app is not available to install, just tutorials ect. How do I access the main app?

  • Spacebar has stopped working

    The spacebar has suddenly stopped working. I have tried the system management fixes to no avail. Likewise I have shut the computer down and started up in safe mode. Any ideas anyone?