Establish a connection with the serial port on ST2510

Hello guys,
I have one question about connection on ST2510 with the serial port.
Is it possible to get the following command prompt during connection on ST2510 through serial port (as described in the document 820-0015-11):
"Enter password to access shell:"
instead of
"Enter password to access Service Interface (60 sec timeout):"
?

stapler wrote:
Thanks a lot,
...and how is it possible to get "Enter password to access shell:" instead of "Enter password to access Service Interface (60 sec timeout):" (wrong cable connection, etc.)?
I ask about it, because one guy said me, that he tried to establish a connection according to the document 820-0015-11.
But instead of "Enter password to access Service Interface (60 sec timeout):" he has got "Enter password to access shell:" and the default password kra16wen is incorrect.I won't indicate how to get "Enter password to access shell" because this is a special access as indicated in my previous post. However in order to get "Enter password to access Service Interface (60 sec timeout):" you need to press "S" (capital S) within 5 sec and then the password is "kra16wen".

Similar Messages

  • Big Problems with the Serial Port

    I'm Spanish and my English is not very good, I'm sorry but I need your help.
    I want to connect two computers (my desktop and my handbook) with the serial port (COM2 in both sides).
    I have the cable.
    I have installed JBuilder 7 in both computers.
    I have installed "commapi"
    I'm running SimpleWrite.java (the example from Sun) in one of them and SimpleRead.java in the other.
    I don't get in any moment receive any data.
    I execute first SimpleRead and I can see what this process is waiting something. After, I execute SimpleWrite (many times), this process star and stop correctly but never the first aplication receives nothing.
    I am trying for four days, I am desespereted.
    I need your help is very important to me. I don't understand what is happening!!!!. This is my e-mail: [email protected]
    Thank you very much.
    NOTE: my handbook has just one serial port, before had a winmodem but it was eliminated.

    hi,
    when your notebook has only one port, how do u know that this port is COM2? I think u gave a wrong parameter for the SimpleReader or SimpleWriter so one send data to a port (say COM1) but the other receives data from another port (say COM2).
    regards,
    eedych

  • Why does itune keep telling me it could not establish a connection with the software update server

    i have an iphone 3g running on 3.1.3 firmware and every time i plug into my pc running windows 7 it says that it is contacting the software update sever then after about ten seconds it says that update failed could not establish a connection with the server i have tried to disable my firewalls completely and it seems that nothing works nothing is wrong with the iphone it sync's properly and works fine someone plz help me so i can update

    Everybody is tryng to connect to apple,s servers. Try tomorrow, it will be quieter

  • Pb with the serial port

    hello
    I'm making a programme that deal with the serial port
    when i press on the button sennd of my serial device ,I get nothing .
    infact i have to press about 4 times to get the output
    I will get 4 outputs result at once
    I believe that my problem come from
    fluxLecture.readLine();I think that my machine is not sending the end of line
    what is strange that the "while" will stop but it wont execute the next line
    System.out.println("I'm ouside ");any idea ?????
    thank you in advance
    try {
                   fluxLecture =
                        new BufferedReader(
                             new InputStreamReader(serialPort.getInputStream()));
              } catch (IOException e) {
              }then somewere else in my class I use this
    public void serialEvent(SerialPortEvent event) {
              switch (event.getEventType()) {
                   case SerialPortEvent.BI :
                   case SerialPortEvent.OE :
                   case SerialPortEvent.FE :
                   case SerialPortEvent.PE :
                   case SerialPortEvent.CD :
                   case SerialPortEvent.CTS :
                   case SerialPortEvent.DSR :
                   case SerialPortEvent.RI :
                   case SerialPortEvent.OUTPUT_BUFFER_EMPTY :
                        break;
                   case SerialPortEvent.DATA_AVAILABLE :
                        try {
                                        while(fluxLecture.ready())
                                            result_output = result_output +" "+ (String) fluxLecture.readLine();
    System.out.println("I'm inside");
    System.out.println("I'm outside");

    sorry for being late but as I have alot of work ,so ......
    Are you using package RXTX or javax.comm?javax.comm
    I tried to chek if the readline is null ,the answer is no
    so my while stop but does not execute the next line
    strange ????

  • Establish a connection with the user peerID?

    Hello ,
    Know that a user's peerID, how to establish a connection with the user and send a message
    With netGroup.sendToNearest (message, GroupAddress) do?
    Seems to not realize?

    You can simply publish to the RTFMP stream both are connected to. Ryan Stewart once came up with this: http://tv.adobe.com/watch/tech-talk-with-ryan-stewart/build-a-chat-application-with-adobe- stratus/
    But besides you could of course only use a netgroup and send messages to neighbors with notifies.

  • How to communicate two PC's with the serial port with Netbeans

    Do you know how to do it?
    Do you know how to communicate with the parallel port too?
    Could you give some ideas?
    What commands or instructions I have to use?

    What does NetBeans have to do with it?
    All these "people" today that start out in Java using all these "nifty" IDE's. All it does is produce exactly this. They think their IDE is Java. Once they no longer have their one specific IDE in front of them, they can no longer function. They have no idea what the classpath, what the compiler actually does, how to package a jarfile, hell, most of the time, they don't even know how to execute a simple application.
    As far as your question. Did you even try to Google for some Serial port API package? Assuming you did, did you download it and read the documentation that comes with it? Did you search for a few examples on the web? Did you read them? Did you try them? I can almost guarantee that the answer to everyone of those questions is "no". So, my question for you is, "Why should we help you?" You obviously have no desire to help yourself, so I think we should reciprocate in kind. Don't you?

  • How can I control a HP 33120A waveform generator with the serial port of my PC?

    Hello,
    I want to control a HP 33120A waveform generator with my PC using the serial port. I don't have any idea about how to do it. If you've done it or if you know how I can do it, please give me some indications.
    Thanks
    Jean-Baptiste Paillet
    PS: I don`t have G PIB port

    The answer to your cross-post in the LabVIEW General group seems to be right on the money:
    http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000032200000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Regards,
    John Lum
    National Instruments

  • How to detect if my external device is connected to the Serial port

    Hi,
    If I remove the cable from the serial port in my pc or either remove the serial cable from my external device, then when I send a request to open the serial port from my program, it basically does nothing, it just sits there.
    I want to be able to show some sort of message or any other way of indicating to the user that they should check the cable.
    below is the bit of code to open and set serial port params:
         public void openPort() {
              // Initialise the drivers
              System.setSecurityManager(null);
              String driverName = "com.sun.comm.Win32Driver";
              try {
                   CommDriver commdriver = (CommDriver) Class.forName(driverName)
                             .newInstance();
                   commdriver.initialize();
              } catch (Exception e2) {
                   e2.printStackTrace();
              // port will be set in Store Operations.
              String wantedPortName = Configuration
                        .getParameter(ConfigSetting.EFT_COM_PORT);
              //System.out.println("wantedPortname : " + wantedPortName);
              Enumeration portIdentifiers = CommPortIdentifier.getPortIdentifiers();
              CommPortIdentifier portId = null; // will be set if port found
              while (portIdentifiers.hasMoreElements()) {
                   System.out.println("counter");
                   CommPortIdentifier pid = (CommPortIdentifier) portIdentifiers
                             .nextElement();
                   System.out.println(pid.getName());
                   if (pid.getPortType() == CommPortIdentifier.PORT_SERIAL
                             && pid.getName().equals(wantedPortName)) {
                        portId = pid;
                        System.out.println("found a macth");
                        break;
              } // end of while
              if (portId == null) {
                   System.err.println("Could not find serial port " + wantedPortName);
                   //System.exit(1);
              try {
                   port = (SerialPort) portId.open("EFTDriver", // Name of the
                                                                               // application
                                                                               // asking for the
                                                                               // port
                             10000 // Wait max. 10 sec. to acquire port
              } catch (PortInUseException e) {
                   e.printStackTrace();
                   System.err.println("Port already in use: " + e);
                   //System.exit(1);
              // Now we are granted exclusive access to the particular serial
              // port. We can configure it and obtain input and output streams.
              try {
                        port.setSerialPortParams(9600, SerialPort.DATABITS_8,
                             SerialPort.STOPBITS_1, SerialPort.PARITY_NONE);
              } catch (UnsupportedCommOperationException usc) {
                   System.err.println("Unsupported operation" + usc);
              }Please advise what method can I use for this purpose.
    Thanks
    Abhi

    You mean it hangs in the open() method despite the timeout?

  • How to control an Xserve G4 with the serial port

    I have an Xserve G4 first generation, and was wondering exactly how you would go about connecting to it via serial port incase I need to change something when there is a network issue. I have looked around the internet without much success. It has Leopard Server on it, so Apple says the baud rate is 56700, and 8bit, no parity. So that's all set in the client machine, which is a MacBook Pro with a USB to Serial adapter on it, which shows up in Zterm. Once I'm in Zterm, it just sits there, and pressing enter doesn't prompt a log in. Does anyone see what else I'm most likely missing?
    Thanks

    Thanks for the reply Cemelot. Yes, I did create a profile in ZTerm. This is what I have it set to.
    I also read that you're supposed to run the command "/usr/libexec/getty serial.57600 /dev/tty.serial" on the Xserve itself.  It made no difference if I did that or not. I also checked to make sure tty.serial was inside /dev/. Anything else I'm missing? Thanks again.

  • Problems with VISA and the serial port

    Hello,
    i have a little problem with the serial port and VISA. I have changed an existing LabView- Software in that way that I have replaced the serial- module by the VISA- module. The function of the program is to communicate with different devices by RS232. After changing the modules to VISA the software doesn't work probably. The problem is, that when I try to communicate with one of the devices first I get no answer. When I try it a second time after some seconds the communication works perfect. After about a minute I send another message to my device but there is no answer again. I have to send the message again.
    I hope someone in this forum can help me with my problem
    cu Marco

    Marco,
    this sounds very much like a problem with the termination of your messages. You may have to tell VISA to add a termination character. Please follow the instructions in this document.
    Best regards,
    Jochen
    National Instruments Germany

  • How to use the serial port

    hello
    I would like to know if there is other library than comm to use to establish communication with the serial port ..
    can we do this with pure java ,I mean without the need of using any library ???
    if not then what is the best library to use ???
    any examples ??
    I have other question
    when i use the library comm
    I use the public void serialEvent(SerialPortEvent event) to get my data
    but that data comme line by line
    is there a way to get all the data at once ???
    than kyou in advance

    There you go
    http://java.sun.com/products/javacomm/
    Some extra resources
    http://www.google.co.in/search?q=java+access+serial+po
    rt&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.
    mozilla:en-US:officialmaybe I was not clear ,I know the comm lib
    Im already using it
    but am asking if there any other lib that will work for windows
    thank you

  • Labview needs 2 goes to start the serial port

    Hi,
    When I use Labview with the serial port handlers, beit VISA or the
    serial routines, I always have to run my external device
    (microcontroller based system connected through the serial port) and
    then run Labview but the first time I run it it never works. I then
    need to reset my microcontroller system and run my Labview program
    again and it runs fine, and every time after that.
    Has anybody else noticed this and what can I do to fix it?
    Ken

    Your statement "it never works" is kind of vague. How doesn't it work? Do you get an error, garbage data, no data, or what? Is this system always spitting out data that needs to be synchronized? When you have it working, stop the LabVIEW program and restart it right away, do you have the same problem or do you only see it after stopping the system and restarting it? Aside from recomending that you do a flush of the serial port buffer before sending and receiving data from LabVIEW, more details would help to provide some sort of solution.

  • How can I use the output value from SIMPLE PID to write something to the serial port?

    I am working on my Senior Design Project that requires the use of incoming compressed air, propotional valves, continuous servo motors, and a serial servo motor microcontroller.  I have figured out how to send byte sequences to the microcontroller through LabVIEW using the VISA serial write function.  The motors are attached to the valves to control the flow rate.  I have created my own simple feedback system using a bunch of case structures but I realized that I am basically trying to recreate the wheel (I basically was writing my own PID VI).   I have an older version of LabVIEW (7.0 Express) and theres no way to upgrade or buy the PID toolkit, so I am stuck using the Simple PID VI.  Also, the only way the motor works is sending an array of bytes to tell it to turn on/off, direction, and speed.  Is there any way I can use the Simple PID VI in conjunction with the VISA SERIAL write function, or is there any other way I can communicate with the serial port using this pid vi?  Any information would be appreciated.

    Hi gpatel,
    you know how to communicate to serial port, but you don't know how to send a value from SimplePID to serial port???
    You know how to communicate, but then you don't know how to communicate???
    You should explain this in more detail...
    Edit:
    From you first post you know what values your motor driver is expecting. You know which values the PID.vi is providing. Now all you need is a formula to reshape the values from PID to the motor. It's up to you to make such a formula. Unless you provide any details we cannot give more precise answers...
    Message Edited by GerdW on 02-28-2010 08:35 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Could not establish secure connection with server

    Hi ,
    We are not able to access our web service URL from Ipad Application on some of the network. We are receiving “could not establish secure connection with the server” message. We are able to access the same URL from other networks. Can you please suggest what can be possible Root cause and their suggested solution?  We would appreciate your quick response..

    hi Alfonso,
    Editing the hosts file is easy. just need to use the CAS/CAM CLI and the vi test editor. You can google for instructions on how to use Vi.
    To start assume we have a CAM and CAS with the hostname cam1 and cas1 respectively. the domain is mycompany.com and the ip addresses for the CAM and CAS is 192.168.10.1 and 192.168.15.2 respectively.
    start with the CAM and view the hosts table
    cat /etc/hosts
    To check what domain u used to setup the CAM
    cat /etc/resolver.conf
    edit the hosts file so appears like so
    192.168.10.1 cam1.mycompany.com cam1
    192.168.15.2 cas1.mycompany.com cas1
    Verify with 'cat /etc/hosts'
    Make sure you can ping 'cas1' and 'cas1.mycompany.com' from cam1
    Next edit the hosts file for cas1 so that it appears like so
    192.168.15.2 cas1.mycompany.com cas1
    192.168.10.1 cam1.mycompany.com cam1
    Make sure you can ping 'cam1' and 'cam1.mycompany.com' from cas1
    HTH
    George

  • JMX Connectivity with the Adminstration Server - Weblogic 9.x

    When using the java naming provider url in Managed Server startup script, or in server start tab when using node manager, or loading it from properties file (for deployment) we see below JMX Warning message in Managed Server startup log saying JMX connectivity exception with Admin Server. This is BUG in Weblogic 9.x release and there is CR open on this issue.
    <May 19, 2009 10:35:25 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.149.181.55:20001
    for protocols iiop, t3, ldap, http.>
    <May 19, 2009 10:35:25 AM EDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "ManagedServer1_1
    " for domain "wls923_domain1" running in Production Mode>
    <May 19, 2009 10:35:25 AM EDT> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster
    successfully. Log messages will now be broadcasted to the domain log.>
    <May 19, 2009 10:35:25 AM EDT> <Warning> <JMX> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration
    Server AdminServer at service:jmx:t3://AdminServer:20000/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic.management.m
    beanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:151)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:326)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnec
    tion(RegisterWithDomainRuntimeService.java:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblog
    ic.management.mbeanservers'; remaining name 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    Truncated. see log file for complete stacktrace
    >
    <May 19, 2009 10:35:26 AM EDT> <Notice> <Cluster> <BEA-000102> <Joining cluster Cluster1 on 239.192.23.2:7001>
    - - Tarun

    When using the java naming provider url in Managed Server startup script, or in server start tab when using node manager, or loading it from properties file (for deployment) we see below JMX Warning message in Managed Server startup log saying JMX connectivity exception with Admin Server. This is BUG in Weblogic 9.x release and there is CR open on this issue.
    <May 19, 2009 10:35:25 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.149.181.55:20001
    for protocols iiop, t3, ldap, http.>
    <May 19, 2009 10:35:25 AM EDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "ManagedServer1_1
    " for domain "wls923_domain1" running in Production Mode>
    <May 19, 2009 10:35:25 AM EDT> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster
    successfully. Log messages will now be broadcasted to the domain log.>
    <May 19, 2009 10:35:25 AM EDT> <Warning> <JMX> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration
    Server AdminServer at service:jmx:t3://AdminServer:20000/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblogic.management.m
    beanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:151)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:326)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnec
    tion(RegisterWithDomainRuntimeService.java:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbeanservers.domainruntime'. Resolved 'weblog
    ic.management.mbeanservers'; remaining name 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:171)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    Truncated. see log file for complete stacktrace
    >
    <May 19, 2009 10:35:26 AM EDT> <Notice> <Cluster> <BEA-000102> <Joining cluster Cluster1 on 239.192.23.2:7001>
    - - Tarun

Maybe you are looking for

  • Button's Text Doesn't Display The First Time

    Hi there. I'm new to flash, and have come across the following problem, and can't seem to resolve it. It's really urgent that it's fixed ASAP. Can someone help me please? If you go to www.apollosci.co.za, the flash intro, at the bottom. The tab's tex

  • JDBC using Servlets!!!!!!Hurry up!

    Hi, MySelf Savdeep Vasudeva,Presently I am involved in a project using JDBC-ODBC Bridge in which I want to connect a database table to a HTML Page using Java Servlets.When I fill the form on the HTML Page using numeric data in all my variables,it wor

  • How to: enable 3D acceleration for Savage IX/MV graphic cards

    'lo all, I'm trying out Arch Linux and this my first post on this forum. Here is my solution for a hardware configuration issue. This was also posted on the Ubuntu forums. Regards Satellite Pro 4280 laptops come with a S3 Savage IX/MV graphics card w

  • Error in territory rules creation

    I have custom program to create territory rules using BAPI BAPI_TERRITORY_ATTR_CHANGE. Rules need to be created for postal codes by passing values to BP_POST_CODE. This program is working fine in development system. But in QA system I am getting belo

  • How to get status of transaction

    Hi Gurus, can anyone tell me how to get status of the transaction in crm. regards,