terminal access to a ethernet device

I know that there is support for this, but i can’t seem to find any
appropriate tools. Let’s say my widget is at 192.168.1.111; i need to
open a terminal window talking to it. Then i can control the things
connected to it (it is a bus converter).

oS 11.1, KDE 3.5, various machines.

Hi
Do you know the port it’s working on?


telnet <ip_address><port>


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.27-0.2-default
up 4 days 0:34, 3 users, load average: 0.36, 0.38, 0.30
GPU GeForce 8600 GTS Silent - Driver Version: 260.19.26

On Fri, 25 Feb 2011 05:52:28 GMT, malcolmlewis
<malcolmlewis@no-mx.forums.opensuse.org> wrote:

>

>Hi
>Do you know the port it’s working on?
>


>telnet <ip_address><port>
>

Forgot to use the darn port number. That got it. Thanks.