Enabled smooth scrolling, connected SerialPort UART transmitter status to the ChipSet FLAGS buffer (matching how the Keyboard UART transmitter status is connected), enabled binding of terminal I/O to the Control Panel output window (if any), and added simulation of received data at the programmed baud rate (but a better solution has been noted and needs to be implemented)
This commit is contained in:
parent
f9e3c55224
commit
cf24023d5d
8 changed files with 609 additions and 477 deletions
|
|
@ -51,6 +51,36 @@ keys. The following keys have special meaning inside SET-UP Mode.
|
|||
- SHIFT-S: Save SET-UP Features
|
||||
- SHIFT-R: Restore SET-UP Features
|
||||
|
||||
### SET-UP B Options
|
||||
|
||||
#### Block 1
|
||||
|
||||
- 1---: Smooth scroll
|
||||
- -1--: Auto-Repeat
|
||||
- --1-: Light Screen Background
|
||||
- ---1: Block Cursor
|
||||
|
||||
#### Block 2
|
||||
|
||||
- 1---: Margin Bell
|
||||
- -1--: Key-click
|
||||
- --1-: ANSI
|
||||
- ---1: Auto-XON/XOFF
|
||||
|
||||
#### Block 3
|
||||
|
||||
- 1---: UK Pound Symbol
|
||||
- -1--: Wrap-Around
|
||||
- --1-: New Line
|
||||
- ---1: Interlace
|
||||
|
||||
#### Block 4
|
||||
|
||||
- 1---: Even Parity
|
||||
- -1--: Parity Enable
|
||||
- --1-: 8 Data Bits
|
||||
- ---1: 50Hz Power
|
||||
|
||||
VT100 Memory Usage
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<keyboard id="keyboard" model="VT100">
|
||||
<control type="button" binding="setup" padleft="8px">SET-UP</control>
|
||||
</keyboard>
|
||||
<serial id="serial0" adapter="0">
|
||||
<serial id="serial0" adapter="0" binding="print">
|
||||
<control type="button" binding="test" value="HELLO WORLD!\r\n" padleft="8px">TEST RECEIVER</control>
|
||||
</serial>
|
||||
<panel ref="/devices/pc8080/panel/wide.xml"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue