Re: how to connect to IP adress?
From: Jeffrey Spoon (JeffreySpoon_at_hotmail.com)
Date: 05/20/04
- Next message: Roedy Green: "Re: Possible Loss Of Precision??"
- Previous message: Chris Smith: "Re: NetBeans Question - Web Module"
- In reply to: miro: "how to connect to IP adress?"
- Next in thread: Andrew Thompson: "Re: how to connect to IP adress?"
- Reply: Andrew Thompson: "Re: how to connect to IP adress?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 20 May 2004 15:33:05 +0100
In message <c8fmke$2eg$1@nemesis.news.tpi.pl>, miro
<miro@optimaforma.pl> writes
>Hi,
>
>First I describe what I can do:
>Using PuTTY connect to np. IP=192.168.1.244:5524
>with RAW protocol.
>I send there a string: "aLOGI 9999 9999<cr><lf>" where 9999 is some 4-digit
>number.
>
>Now I describe my problem:
>I need to do the same from Java.
>I tried to use URL class, but it doesn't work.
>Any advices?
>
>I'm just starting my Java learning, so don't be cruel to me ;-))
>miro
>
>
Try this:
http://java.sun.com/docs/books/tutorial/networking/sockets/readingWriting
.html
-- Jeffrey Spoon
- Next message: Roedy Green: "Re: Possible Loss Of Precision??"
- Previous message: Chris Smith: "Re: NetBeans Question - Web Module"
- In reply to: miro: "how to connect to IP adress?"
- Next in thread: Andrew Thompson: "Re: how to connect to IP adress?"
- Reply: Andrew Thompson: "Re: how to connect to IP adress?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|