N: AUX2 Values - FujiNetWIFI/fujinet-firmware GitHub Wiki

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.