DWP 510 (260-1270) Control Codes Faxback Doc. # 4657 ┌────────┬─────────────────┬────────────────────────────────────┐ │Decimal │ Hex │ Meaning │ ├────────┼─────────────────┼────────────────────────────────────│ │08 n │ 08 n │ Backspace n/120" (1 < n < 255) │ │10 │ 0A │ Line Feed * │ │13 │ 0D │ Carriage Return with Line Feed ** │ │14 │ 0E │ End Underline │ │15 │ 0F │ Start Underline │ │27 01 │ 1B 01 │ 1/120" Space │ │27 02 │ 1B O2 │ 2/120" Space │ │27 03 │ 1B 03 │ 3/120" Space │ │27 04 │ 1B 04 │ 4/120" Space │ │27 05 │ 1B 05 │ 5/120" Space │ │27 06 │ 1B 06 │ 6/120" Space │ │27 07 │ 1B 07 │ 7/120" Space │ │27 08 │ 1B 08 │ 8/120" Space │ │27 09 │ 1B 09 │ 9/120" Space │ │27 10 │ 1B 0A │ Reverse Line Feed * │ │27 14 │ 1B 0E │ 12 Pitch Select │ │27 15 │ 1B 0F │ 10 Pitch Select │ │27 17 │ 1B 11 │ Proportional Space Select │ │27 21 │ 1B 15 │ Start Carriage Return Only ** │ │27 22 │ 1B 16 │ End Carriage Return Only ** │ │27 24 │ 1B 18 │ Enters External Program Mode *** │ │27 25 │ 1B 19 │ Exits External Program Mode *** │ │27 26 │ 1B 1A │ 1/48" Line Feed │ │27 28 │ 1B 1C │ Half Line Feed │ │27 30 │ 1B 1E │ Reverse Half Line Feed │ │27 31 │ 1B 1F │ Bold Print On │ │27 56 │ 1B 38 │ 1/8" Line Feed │ ├────────┴─────────────────┴────────────────────────────────────┤ │* Line feeds may be sent from machine-language programs, but │ │ not from BASIC's LPRINT statement. See the Technical │ │ Information section of your computer owner's manual for │ │ details on sending line feeds. │ ├───────────────────────────────────────────────────────────────┤ │** Normally, CHR$(13) causes a carriage return plus a line │ │ feed. However, after a CHR$(27);CHR$(21) is sent, a │ │ CHR$(13) causes a carriage return only; CHR$(27);CHR$(22) │ │ causes a return to normal. │ ├───────────────────────────────────────────────────────────────│ │*** See EXTERNAL PROGRAM MODE section of this manual. │ └───────────────────────────────────────────────────────────────┘ (smm 07/27/93)