Sponsored Content
Full Discussion: Telnet to a serial port
Special Forums Windows & DOS: Issues & Discussions Telnet to a serial port Post 302420827 by mghis on Wednesday 12th of May 2010 01:44:40 PM
Old 05-12-2010
I think I understood.
I'm buying a RS232 Null Modem cable.
In ubuntu 9.10 there is not /etc/inittab. Init reads the command to execute by files in the /etc/init directory. However i think i will resolve.

Thank you again for your instructions!

Ps: If i'll have problems, i'll edit this post. Thanks again!
--------EDIT---------
I have a problem! In the DOS kermit client i don't see login prompt and no activity!
Here is my configuration. In both computers I have one serial port, db9 (9 pins). I connected the 2 pc with the null modem cable. I started kermit on the DOS pc. I setted no parity (set parity none). I setted 1 stop bit (set stop-bit 1). I setted 8 data bit (set term byte 8). port com1 (set port com1). baud 9600 (set baud 9600). set flow-control xonn/xoff. And finally i connected (connect).
In the shell of desktop ubuntu pc i typed: 'sudo /sbin/getty -8L 9600 /dev/ttyS0 vt320'
(vt320 is the model of emulated terminal). The command just hangs... And i dont see any login prompt on the dos pc. No garbage, nothing at all.

I tried a lot of times, but i'm not an expert... How can I do?

Thanks for any answer!

Last edited by mghis; 05-13-2010 at 03:04 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

serial port configuration

I am having trouble with a device connected through a serial port on my sun workstation ( I am running solaris 7). The seriel device works on an identical workstation running the same o/s version but when I move it to the initial workstation it doesn't work. I am using an rs232 serial cable and... (1 Reply)
Discussion started by: Henrik
1 Replies

2. Solaris

disabled telnet now need port 23 or port 22

we disabled telnet on solaris 9 via previous a thread. We use CMS (call management system) supervisor which used port 23 (telnet). We cannot use telnet via local directive and it was shut down as stated when we shut down telnet in the inetd file. I cannot now log into the CMS box since port 23 is... (3 Replies)
Discussion started by: panzerkw
3 Replies

3. Solaris

Serial Port Datalogger

Hi, I'm using Solaris workstation with 5.4 OS. I was wondering if there's a way that I could log the data incoming and outgoing on a certain serial port. Thanks in Advance! (1 Reply)
Discussion started by: uryuu
1 Replies

4. UNIX for Dummies Questions & Answers

Serial port redirector

I need make serial data from virtual serial ports available on a TCP/IP network. For communications with hardware COM ports to send and receive serial data over a local network or the Internet. Example: POSIX machine (/dev/ttyS0) <--- TCP/IP ---> Windows machine COM1 Please help! I try use... (0 Replies)
Discussion started by: steel98
0 Replies

5. AIX

Serial port in AIX

Hi, How can i configure my modem in AIX thru serial port (sa0-->tty0) I have two port serial card configured as sa0 I created tty1 which port is tty0 and which port is tty1 how can i know?? (1 Reply)
Discussion started by: pchangba
1 Replies

6. Ubuntu

Ubuntu 9.04 Serial application to telnet to serial device

Hello! I am working on an application which reads environmental instruments which have serial ports. The application requires a serial port to be present to talk to the device (i.e. /dev/ttyS0 ). In some instances the environmental devices will be 100's of yards away from the computer, so a... (5 Replies)
Discussion started by: mvona
5 Replies

7. Shell Programming and Scripting

Need help with serial port

Hi, I have a external board connected to my serial port. I need to execute "shutdown -r now" command when system boot up. When system boots up it requires a username ans password. Then I need to run my command. I can use rc script but that is rebooting system before it asks for username and... (0 Replies)
Discussion started by: charlie.arya
0 Replies

8. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

9. IP Networking

telnet for port 5433 is not working while it works for port 22

Hi, I am trying to set up a dev environment and I have Ubuntu server (10.16.1.92) and a CentOS VM (10.16.3.235) on this. On the CentOS I have a program running on port 5433. Now my problem is that I am unable to telnet this port from another Windows server whereas I can telnet port 22 from... (5 Replies)
Discussion started by: rishav
5 Replies

10. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies
ttys(5) 							File Formats Manual							   ttys(5)

Name
       ttys - terminal initialization data

Description
       The  file  contains information used by various routines to initialize and control the use of terminal special files.  This file is created
       when the system is installed and can be updated at any time.

       Each terminal special file ( ) has a line in the file.  Each line contains several fields.  Fields are separated  by  tabs  or  spaces.	 A
       field with more than one word should be enclosed in quotes.  Blank lines and comments can appear anywhere in the file.  Comments begin with
       a number sign (#) and are terminated by a newline character.  Unspecified fields default to the empty string or zero, as appropriate.

       The format of each line is as follows:
       name command type flag1 flag2 ...

       name	 Is the name of the special file for the terminal in the directory. Some examples are:
		 console
		 ttyd0
		 ttyd1

       command	 Is the command to be executed each time the terminal is initialized.  This can happen when the system	is  booted,  or  when  the
		 superuser  adds new terminals to the file and initializes the new terminals.  The command is usually which performs such tasks as
		 baud-rate recognition, reading the login name, and calling It can be any command you wish, such as the startup command for a win-
		 dow system terminal emulator or a command to maintain other daemon processes.

       type	 Is  the  type of terminal normally connected to the terminal special file.  You can find the possible types by examining the file
		 on your system.  The types available are given as the third field in entries in that file.  Some examples are:
		 vt100
		 vt200
		 dialup

       flags	 Are the flags to be set in the or fields of the structure returned by the routine.  If the line ends in a comment, the comment is
		 included in the field of this structure.

		 These fields are used by the command that is executed when terminals are initialized.

		 The flags are:

		 on	   Sets the TTY_ON bit in the field.  This enables logins for this terminal.

			   The default if this flag is not set is that logins are disabled for the terminal.

		 off	   Clears the TTY_ON bit in the field.	This disables logins for this terminal.

		 secure    Sets  the TTY_SECURE bit in the field.  This allows the root user to log in on this terminal.  (The on flag should also
			   be set.)

			   The default if this flag is not set is that the root user cannot log in on this terminal.

		 su	   Sets the TTY_SU bit in the field, to allow a user to su to root.

			   The default if this flag is not set is that users cannot su to root on this terminal.

		 nomodem   Sets the TTY_LOCAL bit in the field.  The line ignores modem signals.  This is the default if  neither  the	modem  nor
			   nomodem flag is set.

		 modem	   Clears the TTY_LOCAL bit in the field.  The line recognizes modem signals.

			   The default if this flag is not set is nomodem.  That is, the line does not recognize modem signals.

		 shared    Sets the TTY_SHARED bit in the field.  The line can be used for both incoming and outgoing connections.

			   The default if this flag is not set is that the line cannot be used for incoming and outgoing connections.

		 termio    Sets  the  TTY_TERMIO  bit  in  the	field.	This flag causes the terminal line to open with System Five default termio
			   attributes. If the termio flag is not set, Berkeley compliant default terminal attributes are used.

		 The flag is:

		 window="string"
			   The quoted string is a window system process that maintains for the terminal line.

Examples
       The following example permits the root user to log in on the console at 1200 baud:
       console "/etc/getty std.1200" vt100 on secure
       This example allows dialup at 1200 baud without root login:
       ttyd0 "/etc/getty d1200" dialup on
       These two examples allow login at 9600 baud with two different terminal types:  hp2621-nl and vt100.  In this example, the terminals should
       be set up to operate in 7-bit mode, because the std.9600 entry is specified:
       tty00 "/etc/getty std.9600" hp2621-nl on
       tty01 "/etc/getty std.9600" vt100 on
       This example shows the same two terminals as the previous example operating in full 8-bit mode.	Note the use of a different entry:
       tty00 "/etc/getty 8bit.9600" hp2621-nl on
       tty01 "/etc/getty 8bit.9600" vt100 on
       These two examples show network pseudoterminals, which should not have enabled:
       ttyp0 none network
       ttyp1 none network off
       This example shows a terminal emulator and window-system startup entry and should be typed all on one line:
       :0 "/usr/bin/login -P /usr/bin/Xprompter -C  /usr/bin/dxsession -e" none
       on secure  window="/usr/bin/Xcfb"
       This example shows an example of an entry for an lta device:
       tty01 "/etc/getty 8bit.9600" vt100 on modem secure # LAT
       Any  terminal configured to run in 8-bit mode should specify a entry that declares 8-bit operation.  The command field of the entry is used
       to specify the entry.  If the terminal device is set up to operate in 8-bit mode and the command field does not	specify  an  8-bit  entry,
       output  to  the	terminal appears as multinational characters.  These characters are the result of the program using the eighth bit of each
       character to represent parity attributes.  By using an 8-bit entry, the high order bit of each character is unaffected by the program.  The
       examples presented demonstrate the use of both 7- and 8-bit terminals.

Files
       The full pathname for the file

See Also
       login(1), getttyent(3), gettytab(5), getty(8), init(8)
       Guide to System Environment Setup

																	   ttys(5)
All times are GMT -4. The time now is 04:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy