RX02 Emulator v1.9b
Change all line endings from LF (unix) with a final EOL CR/LF (inserted by Arduino IDE) to strictly CR/LF line endings. IDE starting v1.8.8 (it seems) is really picky about line endings and does not preserve strict unix LF line endings. Changing files to CR/LF windows text format resolves this. Sigh...