- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dec VT Terminals
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
05-26-2000 12:54 AM
05-26-2000 12:54 AM
Dec VT Terminals
We have many VT320's that seem to work well on the HP box - BUT - how on earth do I get the ? (pound) sign to work properly. I can sort of get the # (hash) and ? (pound) swapped - but however I try I can not get them both to work together.
Maybe it's easy, maybe it's hard. But being new to Unix it's hard!!!
Please help ..... arghhhhhhhhhh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2000 01:11 AM
05-26-2000 01:11 AM
Re: Dec VT Terminals
Depending on which shell you use the syntax of setting variables is different
Try if using the the:
ksh or sh:
export TERM=vt320
csh:
setenv TERM vt320
All the available terminals can be found in the directory:
/usr/share/lib/terminfo
If you need to modify terminals check the man pages of:
tic(1m) or untic(1m)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2000 05:46 AM
05-26-2000 05:46 AM
Re: Dec VT Terminals
VT320's can only support either hash of pound and I have got these working by setting TERM=vt320 plus setting the vt with the following (in the vt setup)
ID = VT320
VT400 Mode with 7 bit controls
7 bit characters
UPSS Dec Supplemental CHaracter.
British Keyboard
GREAT!!!
We have PC's that emulate (using reflections product) VT320. These on the VMS platform can do both hash (ascii 35) and pound (ascii minus 93 - i think).
On the HP though choosing in Refections the equivalent setup:
Host Character Set = Dec Supplemental
National replacement Set = British
Use 7 bit NRC - ticked
I get pound sign when I press the pound key or the hash key.
I have checked tic, untic and terminfo and can not see anything to help.
To solve this problem would be icing on the cake.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2000 07:09 AM
05-26-2000 07:09 AM
Re: Dec VT Terminals
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2000 07:32 AM
05-26-2000 07:32 AM
Re: Dec VT Terminals
8 Bit all hashes
7 Bit all pounds
(on HP / Reflections)