Multiple Terminals


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Multiple Terminals
# 22  
Old 01-03-2005
This might help some, this is for how to hook up a dumb terminal on a FreeBSD box. Just make some changes for the Linux box.

http://www.unixguide.net/freebsd/faq/15.09.shtml

Also a more indepth GNU/Linux howto

http://www.ukuug.org/newsletter/linu...lti_user.shtml
# 23  
Old 01-03-2005
Ah, thank you so much; this helps immensely! Its funny, I searched google and went through alot of data and I bet it only took you 5 minutes to find that. Oh well, c'est la vie. Smilie

Thanks for all your help and patience,
Robert
# 24  
Old 01-03-2005
I have no idea how to do this on intel hardware, but I suspect the problem is that the serial port you are connecting to is not acting as an input or output device, meaning no login prompt or shell is available to it.

Once you have the computer talking out the serial interface, it should be a simple matter of connecting the dumb terminal and making sure the settings are correct (speep, bits, duplex, & stop bit).

I am not a serial expert, but I also think you will need a splitter like those made by Black Box to connect several terminals to one host.
# 25  
Old 01-03-2005
Yes, the splitter was what I was talking about that confused everybody, thinking it was networking. I will check my hardware and make sure the port is sending/recieving data!

Thanks,
Robert
# 26  
Old 01-05-2005
yhe best way is to use emulator and sorry u can use cat 5 install dos or boot and install lan manger or passway
and use emulator like kermit or alif term i did it many many time
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate an application using scripting, managing multiple terminals

Hi I am new to Ubuntu and Bash scripting. I am working on a project to give a demo on an SDN application to my class. I need some help in scripting to create the demo. Please help in case if you have any idea on what am asking. The demo uses a tool called mininet. I need just one script so... (2 Replies)
Discussion started by: anzal
2 Replies

2. AIX

How to open multiple virtual terminals to a single LPAR

I just wondering if there are ways to open multiple virtual terminal to a single LPAR. After I have use putty to login to the VIOS. I will use mkvt -id <LPAR id> to open console but if my friend want to open 2 second one, it will say, VT already connected. IS there a way to work this around ? ... (1 Reply)
Discussion started by: wingcross
1 Replies

3. UNIX Desktop Questions & Answers

non-overlapping terminals

Hi Everyone! I was wondering if there's an easy way to have terminals (gnome-terminal for instance) be open in such a way that they're not overlapping each other? I suppose I could play around with the --geometry option but that would imply me checking whether a terminal is already at a given... (3 Replies)
Discussion started by: anthalamus
3 Replies

4. Programming

Handling Multiple terminals

Hi, Basically I've written a game in ncurses that supports multiple players. Each player has a process associated with him which shares a segment of memory in which the player's structures are stored, and these structured are accessed by the 'server' program and handled there. The scope of the... (13 Replies)
Discussion started by: dgre0018
13 Replies

5. Shell Programming and Scripting

running Multiple terminals/shells

Hi, I'm looking for a way to send commands through multiple shells/terminals (not sure which is proper syntax). Basically, I have to open 3 different shells/terminals and run separate parts of a program suite in each of them. I find this annoying. The commands I have to do are simple, and could... (1 Reply)
Discussion started by: Caradoc
1 Replies

6. Shell Programming and Scripting

calling multiple terminals

I'd like to write a script that will call n number of terminals that will all ssh to X-server and automatically enter the same password. Unfortunately I'm not exactly sure what kind of commands would work for me here because when I call for gnome-terminal, a new terminal pops up and the old... (1 Reply)
Discussion started by: gelitini
1 Replies

7. UNIX for Dummies Questions & Answers

view all others terminals

i'm responsible for maintenance at my place and would like to watch all terminals in front me.i log myself into one terminal, but would like to view copy of other's terminals visible to me, it is just like for audit/security watch. (2 Replies)
Discussion started by: vkandati
2 Replies

8. Programming

Pseudo Terminals

I need to spawn a number of foreground process by reading a configuration file. Each process needs some form of I/O. Hence I need to run it on different terminals. How it can be done programatically , i.e. , my module needs to find which terminal is not in use, then open it, execute the process... (2 Replies)
Discussion started by: S.P.Prasad
2 Replies

9. UNIX for Dummies Questions & Answers

Making X terminals out of a PC

Well I was trying to configure an Old PC having Win 3.1 to speak X with my UNIX server . I looked at notes , Looks like Debian Linux gives a base tarball to help boot of a floppy and talk to the XDMCP server . Well I was just hoping if there are other open source tools out there which would... (1 Reply)
Discussion started by: DPAI
1 Replies
Login or Register to Ask a Question