Search Result

Collapse
6 results in 0.0014 seconds.
Keywords
Members
Tags
port
  •  

  • Why the COM4 status is free when my phone modem is using it ?

    Why the COMS4 status is free when my phone modem is using it..
    Below is the sample codes I am using

    import java.io.*;
    import java.util.*;
    import javax.comm.*;

    public class SMS {


    public static void main(String[] args) {
    Enumeration lists=CommPortI dentifier.getPo rtIdentifiers() ;
    System.out.prin tln(CommPortIde ntifier.PORT_SE RIAL);
    System.out.prin tln(lists.hasMo reElements());...
    See more | Go to post

  • dyte
    started a topic How to connect Telnet using .NET?
    in .NET

    How to connect Telnet using .NET?

    Hello,

    I need to connect to telnet. For eg, assume that, I entered in command window;

    C:\telnet 10.41.xx.xx

    How to do this in C#?

    Thanks anyway..
    See more | Go to post

  • AndrewK
    started a topic How to use port number on url. SSL port 443.

    How to use port number on url. SSL port 443.

    Hi, I'm using asp.net on IIS 6 but I guess this issue might not be specific to this environment.
    I've created a web service on a public facing web server uitilising ssl.
    When I use it using https://domain.com/webservices/sendfile.asmx it works fine. However, one of my clients wants to use the port number instead of https i.e. http://domain.com:443/webservices/sendfile.asmx. This, second, url does not work.
    I've looked at the...
    See more | Go to post

  • bukharifaran
    started a topic How to Check UDP Port 5060 is Bussy

    How to Check UDP Port 5060 is Bussy

    I have a code that checks if UDP port 5060 is open or not. But now i want to Check if the same port is Bussy or not.. i want to make a billing system using Asterisk SIP server and SJ Phone on Lan Network. for this purpose when i open my SJ phone and run the code which can check port is open or not? it shows me that port 5060 and 5061 is open, altough i did't make a call yet.

    i want to know that when i make a call and called person...
    See more | Go to post

  • I have to unplug and plug my USB device every time to communicate :(

    I am using a linux machine with an USB port and I have to communicate with a temperature controller which has an UART port and for this I am using a USB to UART Serial Adapter.
    port name on my machine is /dev/ttyUSB0
    Code:
    $port = "/dev/ttyUSB0";
    open(SERIALPORT,"+>$port") || die("ERROR SENDING DATA\n");
    SERIALPORT->autoflush();
    
    ## in between I am sending data
    ...
    See more | Go to post
    Last edited by numberwhun; Aug 20 '09, 01:04 PM. Reason: Please use code tags!

  • Configuring Port Forwarding with Application

    Hi,
    Is there a way to write an application or script to automate the process of configuring port forwarding on a router? If so, does anyone have a link they can provide?

    Thanks
    See more | Go to post
Working...