- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Terminal I/O
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 07:40 AM
10-18-2002 07:40 AM
Terminal I/O
My question is :
Today keyboard devices are connected to unix host through
some interfaces ,monitors(terminal) are connected to unix host through serial ports(local),when I type a letter by pressing a key of keyboard,
some pepole say terminal send the ascii code of the letter to terminal driver ,this procedure is called input of terminal,I could hardly understand that where is the keyboard's use,it seem through the keyboard input that the unix host be notified,how can terminal know the ascii code and send ascii code ?
Forgive my unawareness about unix,thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 09:17 AM
10-18-2002 09:17 AM
Re: Terminal I/O
A teletype (short for teletypewriter) is an old type of terminal. They had a keyboard for input and a printer for output (instead of a screen/monitor.)
In the simplest terms a modern terminal will have electronic circuitry that maps a keypress to a particular ascii code. The electronic circuitry will also be able to determine if the shift key is down or the caps lock is on and will map to the upper or lower case character. As an example if I press shift and 'a' the ascii code selected would be 65. Then the ascii code value is converted to a stream of serial data and sent out of the serial port of the terminal. At the other end of the serial cable the serial data stream is decoded to the ascii value and the software of the server decides what to do with it.
If you want to learn more about terminals you should check out information on serial communication and RS232.
hope this helps,
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2002 02:40 AM
10-19-2002 02:40 AM
Re: Terminal I/O
Can you give me more information about the terminal's defination in unix system(enviroment).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2002 02:46 AM
10-19-2002 02:46 AM
Re: Terminal I/O
Now lanmine can login but Richard can not .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2002 03:11 AM
10-19-2002 03:11 AM
Re: Terminal I/O
The first machine I worked on was through a teletype 33:
http://drake.nl/computermuseum/terminals/teletype.html
Make sure to visit the other links.
CRT:
http://whatis.techtarget.com/definition/0,,sid9_gci213839,00.html
VDT:
http://whatis.techtarget.com/definition/0,,sid9_gci214143,00.html
unix:
http://whatis.techtarget.com/definition/0,,sid9_gci213253,00.html
And of course my favorite error message:
Not a typewriter
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2002 06:05 PM
10-20-2002 06:05 PM