Title: | VAX and Alpha VMS |
Notice: | This is a new VMSnotes, please read note 2.1 |
Moderator: | VAXAXP::BERNARDO |
Created: | Wed Jan 22 1997 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 703 |
Total number of notes: | 3722 |
Hi! How can I set up character size on terminal line? On UNIX there's tcsetattr() function ( for file descriptor ), but what I should do with the VMS channel ? Environment: DEC C++ V5.3-005 on OpenVMS Alpha V6.2 Thanks, Sergey.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
257.1 | Not sure if these are what you are looking for | STAR::KENNEY | Thu Feb 27 1997 08:07 | 11 | |
There are two sets: 1) SET TERM/Eight or /NOEight all this does is determine if TTDRIVER automaticallu clears the eight data bit or uses it. 2) SET TERM/FRAME=(5-8) adjusts the number of bits in the character sent or received by the hardware. Forrest | |||||
257.2 | AUSS::GARSON | DECcharity Program Office | Thu Feb 27 1997 17:07 | 7 | |
re .0 If you only want to do it once then the DCL commands in .1 are probably adequate. If you are doing it lots within your program then there are equivalent $QIOW calls. See I/O Users Guide. You might also want to look at the options for parity handling. | |||||
257.3 | CECMOW::GORBATOV | Fri Feb 28 1997 03:05 | 5 | ||
Thanks 2all! It was really helpful info. Sergey. |