Java code to establish connection between 2 computers through phoneline

Hi, We are working on a small project which transfers files through phonelines using modems. We are planning to use remote method invocation (RMI) technology. The file transfering code is working fine. But my problem is how to establish connection between two computers over phoneline using modems. If anyone having code to connect two computers through phoneline using modems, please send me urgent.. thanks in advance
sridhar

hello.im not experienced in computer .but i tried this method nd found it very funny.....i used a program in the window called hyper terminal ..you can reach to it through start up then programs then accessories then communication then hyperterminal .....throuh this program you can connect two compuers only by phone......you will adjust the sender computer to {call} and the reciever computer to {wait for call} these option is present inside the program.....
in the sender computer you will choose the phone number of the receiving computer ...and vice versa {in the sender cmputer{client} you will type the phone number of the recieving computer {server} } excuse me .is this what you want...or im not understanding what is in your mind .....with best wishes for you

Similar Messages

  • Help Needed in establishing connection between Kepware OPC server and UDS 4

    Hi All,
    I am in the process of establishing connection between Kepware OPC server and UDS 4.0,
    Can anyone guide me through the process of configuring UDS 4.0 to establish conection with the Kepware.
    Any standard documentation on UDS 4.0 will be of great help.
    Thanks in advance,
    Shyam

    HI Rajesh,
    I am creating OPC DA instance and when i try to browse for the OPC servers available in the machine, the list is blank. i am not able to view any OPC servers.
    Actuallt the Kepware OPC server and UDS are installed in the same machine.
    Can you plz through some ligh on this
    Regards,
    SHyam

  • Cable Connection Between Two Computers in Windows XP

    Hi,
    I want to set up a direct Cable connection between 2 computers in Windows XP. Please, help me in this issue.
    Thabks

    hi,
    There is a guide about your issue, check it:
    http://support.microsoft.com/kb/305621

  • Can we establish connection between developer 6i with oracle 10g

    hi all
    can some body guide me that how we establish connection between developer 6i with oracle 10g. i have install developer and oracle 10g on different machine
    please guide me

    Look at following thread
    Re: Patch 18 available for Windows Client/Server Forms 6i
    I had installed Patch 18 against 10G DB and Forms work well.
    Anyway you can see patches in
    http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=4948577&release=3060000&plat_lang=912P
    Hope this helps
    Regards
    Rosario

  • Need to establish Connection between CRM  and   Virtual Directories.

    Dear All,
    I am working for Telecom project.
    I have one requirement that we need to establish Connection between CRM and   Virtual Directories.
    This is existing in Access management system.( SAP EP environment )
    The basic requirement is, with  SAP EP environment we are integrating 8 different application. But for all this Application we have a one more system called Access management system (like Basis in Sap). This will validate the user access and BP(Business Partner ) data for users who logon to a different respective application. For all this applications Company data (Master Data) has to provide from CRM and the changes took place for Company data in CRM will be updated in to Virtual Directories .For this service we need to establish Delta mode connection between SAP CRM and Virtual Directories.
    Which is existing in Access management system .
       Do we have any standard connectors from SAP CRM to connect and who we can achieve this .
    Please let us know..Certainly there will be a reward points
    Thanks & regards.
    BNP

    Try posting this question on the BPA Suite forum - http://forums.oracle.com/forums/category.jspa?categoryID=194

  • Establish connection between existing IAS6.5 and newly installed S1WS6.1

    Does anybody know how I can establish connection between iPlanet app server 6.5 and Sun One web server 6.1? I have an existing IAS6.1 and I've just installed web server 6.1. Can this be handled by installing a web connector plug in?

    Does anybody know how I can establish connection between iPlanet app server 6.5 and Sun One web server 6.1? I have an existing IAS6.1 and I've just installed web server 6.1. Can this be handled by installing a web connector plug in?

  • How do i maintain a network connection between 2 computers

    From time to time I can share my network connection between my iMac and my MacBook Air but frequently the connection is lost. How do I reconnect once the connection is lost?
    Is the only choice to restart each computer?
    Is it necessary that both computers remain active (not go into sleep mode)?
    Any help?

    If you are really sure that you want to map a network drive using Labview then the easiest way to achieve it is probably to use the System Exec.vi.
    Use the NET USE command
    e.g.
    NET USE K: \\server\sharename password /USER:mydomain\username
    Command syntax
    "NET USE
    [devicename | *] [\\computername\sharename[\volume] [password | *]]
            [/USER:[domainname\]username]
            [/USER:[dotted domain name\]username]
            [/USER:[username@dotted domain name]
            [/SMARTCARD]
            [/SAVECRED]
            [[/DELETE] | [/PERSISTENT:{YES | NO}]]
    NET USE {devicename | *} [password | *] /HOME
    NET USE [/PERSISTENT:{YES | NO}]"
    Using this command you can then map a network drive using a username and password of your choice to map a drive as you require.
    Note also that the user profile used to access the share can be an alternate to the local account (I am thinking domain / cross domain usage here) which is also very handy as you can use, for example, an increased security level for your LabVIEW accessing account!
    There is a Microsoft knowledgebase article on the subject here:-
    http://support.microsoft.com/?kbid=308582
    The information also pertains to previous operating systems i.e. NT4, 2000 and XP.

  • Java code to make connection to web server??

    Hi,
    we are looking at simple java code to connect to IIS Server and retrive a ZIPed file.
    this zip file contains photos. all individual photos are stored in zip file under doc root of IIS server..
    any sample code will be great

    Here is some code on how to open an URL and read from it.
    url = new URL("http://IIS_server/doc/Yourfile.zip");
    URLConnection conn = url.openConnection();
    conn.setDoInput(true);
    in = new BufferedReader(new InputStreamReader(conn.getInputStream()));
    StringBuffer sbResponse = new StringBuffer();
    int intChar = 0;
    while ((intChar = in.read()) !=-1) {
         // got one byte as int from the server do something here to pass the byte from one stream to another (filestream)
         // there is a way to save to the local HD with an applet but you have to sign it and adjust some security policys
    in.close();

  • Establishing connection between BW and R/3 for BW extractions

    hello all,
    have learned SAP BW recently. have got BW 3.0 & R/3 installed on two different laptops. want to know how to establish a connection between them both for BW extractions.
    thanks

    Are the laptops connected by way of any network ?
    Use the source system creation wizard for creating the source system.
    Also what versions are you on ? R/3 and BW
    Otherwise you can create the individual RFC connections through SM59.
    Arun

  • How can I establish connection between DirectSoft Programming software and LookOut

    Hi,
            I am working with a DL06 PLC. I am trying to a develop a LookOut Direct HMI for this tainer. I would like to know if there is any option in LookOut where it allows me to run small parts of PLC code along with HMI so that i can toggle discrete output. To be more speicifc i have X0 - 16 input bits and C0 - 16 status bits. I have to develop a logic in PLC programming so that the status bits toggels Y0 - 16 outputs on the tainer. So can you please let me know if there is any way of establishing communication between LookOut HMI and  DirectSoft 32 PLC programming software.
    Thanks
    regards
    Koneru

    Kone,
    Have you tried mathematics.
    I use something like:
    ADec2Bcd      = sum(mod(000,16),mod(trunc(000/16),16)*10,mod(trunc(trunc(000/16)
                    /16),16)*100,mod(trunc(trunc(trunc(000/16)/16)/16),16)*1000);
    Simply replace the 000 with the value to be converted, can be a numerical object.

  • MIDI over direct USB connection between two computers?

    I'm trying to find out if it's possible to send MIDI between two computers using a direct USB to USB connection (no MIDI interface). I have not seen this done before, I don't think, but I don't know why it shouldn't be possible.
    Thanks for any tips on making this work. I want to connect several computers together to control sound and video for a theatre production, to be triggered from a single MIDI source.

    Hi,
    I don't think there's something for midi over USB; however, there is an experimental tool for midi over Ethernet. It's called iMidi, and it's written foor PPC, and there's no native Intel version. I tried it with my PPC eMac and Intel iMac, but it took a lot of processing power
    See http://openmuse.org/transport/mip_oview.html for more info.
    You could also use a midi thru box and 2 midi interfaces to trigger 2 Macs with 1 midi source.
    Hope this helps!
    Kind regards,
    Jaap

  • Can not Establish Connection between outlook and exchange 2013

    hi guys
    i recently install my exchange 2013 sp1. I configured DAG and its working great.
    but the main problem is outlook. I deploy all of the dns records in my public dns but now i cannot establish any connection between exchange 2013 and outlook 2013.
    I mean when i want to create a new email account for my users i face with this error :
    " the name cannot be resoved. the connection to microsoft exchange is unavailable . outlook must be online to connected to complete this action "
    and finally when i study an article it refers to enable mapi over https in exchange 2013, I enabled it by powershell cmdlet but when i want to test it it gives me error :D
    help me plz :D

    Hi,
    We need to configure Exchange Server 2013 for mail flow and client access with the following steps.
    Create a Send Connecter
    Add Additional accepted domains.
    Configure the default email address policy.
    Configure External URL.
    Step5: Configure Internal URL.
    Configure an SSL certificate.
    For more details, please refer to this document.
    http://technet.microsoft.com/en-us/library/jj218640(v=exchg.150).aspx
    If there is any further question, please let us know.
    Best Regards.

  • Establish connection between labview and Lantronix XPort Pro

    Hi:
    I am pretty new in this field. I just got into grad program, and I have been asked to establish a TCP/IP connection between Lantronix XPort Pro and labview 8.5. The goal is to get data from the server (Lantronix XPort Pro) and put them into labview and modify them, then I need to send modified data back into   server.
    The server has registered into local network wirelessly, it has IP 192.168.5.117 in port 26.
    I would really appreciate your help and comments.
    cheers!
    Kian.

    Which field are you "new" to? Programming in general? Programming in LabVIEW? TCP/IP?
    Have you taken a look at the TCP/IP examples that ship with LabVIEW? There are simple Data Client/Data Server examples that show transfer of data over TCP/IP. You will likely need to do something very similar. Does the XPort Pro have a TCP/IP listener running? Do you have a communication protocol defined?
    Also, if you are new the LabVIEW, have you gone through any of the tutorials? To learn more about LabVIEW it is recommended that you go through the introduction material, tutorial(s), and other material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

  • Problem to establish connection between Oracle SQL and JDBC

    Hi friends i have been trying this code from two days i donno whats wrong please try to sort the problem thank u in advance this is my program:
    //This is my Connection class
    package com.java.jdbc.util;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.SQLException;
    public class EmployeeUtil {
    public EmployeeUtil()
    public static Connection getconnection()
    Connection con=null;
    try {
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    //DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    con = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:ORANT","system","manager");
    // Class.forName("sun.jdbc.odbc.OracleDriver").newInstance();
    // con = DriverManager.getConnection("jdbc:odbc:Javatut","System","manager");
    } catch (ClassNotFoundException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (InstantiationException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (IllegalAccessException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    return con;
    //This is my DB class:
    package com.java.jdbc.DB;
    import java.sql.Connection;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    import com.java.jdbc.info.EmployeeInfo;
    import com.java.jdbc.util.EmployeeUtil;
    public class EmployeeDB {
    Connection connection=null;
    public EmployeeDB()
    //this.connection=EmployeeUtil.getconnection();
    public void select(EmployeeInfo empinfo)
    this.connection=EmployeeUtil.getconnection();
    String stb = "select * from employee";
    try {
    Statement stmt = connection.createStatement();
    ResultSet rs = stmt.executeQuery(stb);
    System.out.println(rs);
    //EmployeeInfo empinfo = new EmployeeInfo();
    while(rs.next())
    empinfo.setEmpId(rs.getString(1));
    empinfo.setEmpfName(rs.getString(2));
    empinfo.setEmplName(rs.getString(3));
    empinfo.setEmpAge(rs.getString(4));
    empinfo.setEmpSalary(rs.getString(5));
    System.out.println("The EmployeeID is : "+empinfo.getEmpfName());
    System.out.println("The Employee First Name is : "+empinfo.getEmpfName());
    System.out.println("The Employee Last Name is : "+empinfo.getEmplName());
    System.out.println("The Employee Age is : "+empinfo.getEmpAge());
    System.out.println("The Employee Salary is : "+empinfo.getEmpSalary());
    connection.commit();
    } catch (SQLException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    //This is my info object
    package com.java.jdbc.info;
    public class EmployeeInfo {
    private String empId;
    private String empfName;
    private String emplName;
    private String empAge;
    private String empSalary;
    public String getEmpAge() {
    return empAge;
    public void setEmpAge(String empAge) {
    this.empAge = empAge;
    public String getEmpfName() {
    return empfName;
    public void setEmpfName(String empfName) {
    this.empfName = empfName;
    public String getEmpId() {
    return empId;
    public void setEmpId(String empId) {
    this.empId = empId;
    public String getEmplName() {
    return emplName;
    public void setEmplName(String emplName) {
    this.emplName = emplName;
    public String getEmpSalary() {
    return empSalary;
    public void setEmpSalary(String empSalary) {
    this.empSalary = empSalary;
    //This is my Controller class:
    package com.java.jdbc.controller;
    import com.java.jdbc.DB.EmployeeDB;
    import com.java.jdbc.info.EmployeeInfo;
    public class EmployeeController {
    public static void main(String args[])
    EmployeeDB empdb = new EmployeeDB();
    EmployeeInfo emp = new EmployeeInfo();
    empdb.select(emp);
    // I got these errors:
    java.sql.SQLException: Io exception: Got minus one from a read call
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:210)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:251)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at com.java.jdbc.util.EmployeeUtil.getconnection(EmployeeUtil.java:18)
    at com.java.jdbc.DB.EmployeeDB.select(EmployeeDB.java:20)
    at com.java.jdbc.controller.EmployeeController.main(EmployeeController.java:11)
    Exception in thread "main" java.lang.NullPointerException
    at com.java.jdbc.DB.EmployeeDB.select(EmployeeDB.java:23)
    at com.java.jdbc.controller.EmployeeController.main(EmployeeController.java:11)

    Are you using Oracle 10.2 in shared server configuration under Windows?
    If so it's a driver bug (BUG - Connection pooling with 10g 10.1.3 Preview 4 App Server Oracle suggest to use OCI driver.

  • How to establish connection between two different IP Range

    Hi All,
    Currently in my office  there are two different ip range that we are using one for the Wi-FI(192.168.1.X) & 2nd  for local machine & servers 192.168.2.x series ip.
    In current situation if any Wi-Fi user(Laptop User) wants to communicate with local machine or server then he has to switch from Wi-Fi to Lan.
    So is there any way to provide communication between Wi-Fi & local network.
    if this happen then there will be no need to switch from Wi-Fi to Lan, Wi-Fi user who has ip range 192.168.1.x is easily communicate with local machine & server(192.168.2.x).  
    Shailendra Vishwakarma

    Thanx for the reply..
    In my office i am using Microsoft Thread management Gateway(Software Firewall).
    Can i set Security like as below,
    Users can connect Wi-fi Network but they would not able to access  internet but  they should be able to access for local network & for the internet they should go via Microsoft Thread management Gateway.
    Thanks,
    Shailendra Vishwakarma

Maybe you are looking for

  • What do i do if my ipod won't charge?

    What can I do if my ipod won't charge?

  • Shared Address Books in Outlook 2010

    Outlook 2010 Scenario: I have a group of users that would like share an address book between 5 users.  (Users are all in the sales department.) One user (Sales Rep A) created an address book and shared out the address book to the 4 users.  Sales Rep

  • FOREIGN KEY CONSTRAINT 의 MASTER TABLE NAME 의 확인

    제품 : ORACLE SERVER 작성날짜 : 1995-11-02 FOREIGN KEY CONSTRAINT 의 MASTER TABLE NAME 의 확인 =================================================== 다음은 FOREIGN KEY CONSTRAINT 이름으로 REFERENCE 하는 TABLE (MASTER TABLE)을 찾는 SQL SCRIPT이다. col Primary_key_table format

  • Lightroom export issue

    Hello... I usually export my photos to jpgs into a subfolder under the original folder where the raws are. To do this, I choose "Same folder as original photo", "Put in subfolder" and "Add to this catalog". It always worked fine, but today I discover

  • Blur top and bottom when exporting to Mpeg2

    Hey guys, will be glad if you could help me. I shot some video at 1080P I've edited it on 720 P project (resuzed the shots) and now I want to export to Mpeg 2. As far as i know, if I'm exporting 16:9 to 4:3 the image will be stretched, cropped or fit