Hardware detection through a java programme

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • James Bond
    New Member
    • Jan 2007
    • 12

    #1

    Hardware detection through a java programme

    Hi everyone
    I have a query that how can i detect a modem through a java programme.
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by James Bond
    Hi everyone
    I have a query that how can i detect a modem through a java programme.
    how is the modem connected (on board, PCI, serial port)?

    Comment

    • James Bond
      New Member
      • Jan 2007
      • 12

      #3
      Tahnks for reply

      The modem is connected through a USB.

      Comment

      • horace1
        Recognized Expert Top Contributor
        • Nov 2006
        • 1510

        #4
        Originally posted by James Bond
        Tahnks for reply

        The modem is connected through a USB.
        I use a serial COM port to connect to a GSM modem and use AT commands to set it up. Does your USB modem appear as a serial port ?
        Alternativly I let Windows do the "dial up" and then use TCP/IP as with a wired network connection

        Comment

        • James Bond
          New Member
          • Jan 2007
          • 12

          #5
          You are doing very good.
          But what i want to do is that i want my application to detect the hardware itself so that it will work properly.
          Can't i detect what kind of hardware is attached to my system on a particular port. cause this is gonna make my app. more useable.
          Reply
          Regds

          Comment

          Working...