S.A.M. Emulation on P4: - FujiNetWIFI/fujinet-firmware GitHub Wiki

For this test, you will need

  • Atari XL/XE Computer (P4: not available in 400/800 OS)
  • FujiNet
  • Monitor or capture card with audio output. (You need to hear output)
  • Micro-SD card in slot.

Steps

  1. Power on FujiNet
  2. Power on Atari
  3. Ensure volume on TV is loud enough to hear audio from Atari.
  4. Wait for CONFIG to boot.
  5. Ensure that a host slot is named SD.
  6. Select SD
  7. Select Atari DOS folder
  8. Select Atari DOS 2.0S.atr
  9. Select D1:
  10. Select R/O
  11. Once HOSTS/DRIVES re-appears, verify that D1: is mounted R as /Atari DOS/Atari DOS 2.0s.atr
  12. Press OPTION to boot, but do not hold down. We want to go into BASIC.
  13. Once READY appears, type the following:
    OPEN #1,8,0,"P4:"
    PRINT #1;"HELLO, THIS IS FOO G NET!"
    
  14. Verify that the words, "Hello, this is FujiNet" are heard from speaker.
  15. Enter the following to close the IOCB:
    CLOSE #1
    
  16. Test done. Power off.

Expected Result

  • Voice output should result from sending text to the P4: printer device.