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
- Power on FujiNet
- Power on Atari
- Ensure volume on TV is loud enough to hear audio from Atari.
- Wait for CONFIG to boot.
- Ensure that a host slot is named SD.
- Select SD
- Select Atari DOS folder
- Select Atari DOS 2.0S.atr
- Select D1:
- Select R/O
- Once HOSTS/DRIVES re-appears, verify that D1: is mounted R as /Atari DOS/Atari DOS 2.0s.atr
- Press OPTION to boot, but do not hold down. We want to go into BASIC.
- Once READY appears, type the following:
OPEN #1,8,0,"P4:" PRINT #1;"HELLO, THIS IS FOO G NET!"
- Verify that the words, "Hello, this is FujiNet" are heard from speaker.
- Enter the following to close the IOCB:
CLOSE #1
- Test done. Power off.
Expected Result
- Voice output should result from sending text to the P4: printer device.