How to use a telnet client to connect to a networked Tibbo device - WKB243331
Article number: 243331
OBJECTIVE or GOAL
Receive the raw data transmitted by a lab instrument through the connected Tibbo device. (The data is used to determine the correct Escape Sequence Receive string for use in Waters' Serial Device Support software.)
ENVIRONMENT
- A suitable telnet client is installed on a client PC; the client must be able to show the sent and received data in both hexadecimal characters and interpreted as ASCII characters
- The lab instrument is connected to a supported Tibbo device, and that device is on the network
PROCEDURE
- Using TibboTech IO Ninja:
- Start IO Ninja.
- Click the file menu \ New Session.
- Select TCP Connection and click OK.
- Click the Session menu \ Settings.
- Set the Remote address to the IP address of the Tibbo device.
- Set the Remote port (default) to the port number of the Tibbo device (typically port 1001).
- Click the Session menu \ Connect.
- If the device supports commands sent by serial port:
- Type the command into the transmit pane (lower half of the window).
- If the command requires a carriage return or linefeed, press Ctrl-Enter to add that character to the transmit pane.
- Click the Send button.
- If the device does not support commands sent by the serial port, press the required buttons on the instrument to "print" or "send" the data.
- The instrument's reply will appear in the IO Ninja window. The program will show the raw data in hexadecimal and the interpreted characters. Often there will be more hex characters shown than for the visible characters. The hex characters are often control characters and are used by the instrument to demarcate individual lines within the transmission and to end the transmission as a whole.
- Using PuTTy:
- Start PuTTy.
- Set the IP address of the Tibbo device into the Host Name field of the PuTTy Configuration window.
- Set the port number to the port number for the Tibbo device (typically 1001).
- Set the Connection Type to Other: Telnet.
- Click Open.
- If the device supports commands sent by serial port:
- Type the command into the PuTTy window.
- Press Enter.
- If the device does not support commands sent by the serial port, press the required buttons on the instrument to "print" or "send" the data.
- The instrument's reply will appear in the PuTTy window.
- Using Windows Telnet client:
- Install the Telnet client.
- Open a command prompt.
- Enter the command: telnet IPAddress Port
- Example:
- telnet 10.105.134.72 1001
- If the device supports commands sent by serial port:
- Type the command into the telnet window.
- Press Enter.
- If the device does not support commands sent by the serial port, press the required buttons on the instrument to "print" or "send" the data.
- The instrument's reply will appear in the telnet window.
ADDITIONAL INFORMATION
Download page for PuTTy: PuTTY: a free SSH and Telnet client (greenend.org.uk)
Download page for IO Ninja: IO Ninja - All-in-One Terminal Emulator, Protocol Analyzer & IO Monitor
Recommended installation options for IO Ninja:
- Core files: selected
- Tibbo Device Monitor, WinPcap, WinUSB drivers: NOT selected
id243331, HyperTerminal, isopropanol