5 N: AUX2 Values
Mike Kelley edited this page 2026-01-24 10:57:48 -06:00
Bit Description
0 Translate CR to EOL
1 Translate LF to EOL
2 NOT USED
3 NOT USED
4 NOT USED
5 NOT USED
6 NOT USED
7 Long filenames (if AUX1 6 is set)

if both bits 0 and 1 are set, then CR/LF pair is translated to a single EOL.

Common Usage

  • AUX2=2: Recommended for communication with Unix/Linux servers. This translates the Atari EOL (155) into a Unix Line Feed (10) for maximum compatibility with HTTP POST and JSON backends.