Changes

Robotron 6313

557 bytes added, 22:22, 31 August 2006
/* Manual */
<tr>
</table>
<br>
<br>
<b>Control codes (additional to IBM PC control set)</b>
<br>
ESC = = Select switched character set
<br>
Encoding:
:CHR$(27); "=";
<br>
Function:
:This command selects the printable characters that equal the 7-Bit characters from CHR$(1) to CHR$(127).
:The reception of the command ESC = results in bit 8 to be regarded as 1 for all received characters.
<br>
NUL = = Unselect switched character set
<br>
<br>
Encoding:
:CHR$(0);
<br>
Function:
:The reception of the command NUL results in bit 8 to be regarded as 0 for all received characters.
310
edits