Wiki Home >> N:-AUX2-Values

N:-AUX2-Values


BitDescription
0Translate CR to EOL
1Translate LF to EOL
2NOT USED
3NOT USED
4NOT USED
5NOT USED
6NOT USED
7Long 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.

Wiki content is mirrored from the FujiNet Github Wiki