-
Notifications
You must be signed in to change notification settings - Fork 71
N: SIO Command 'E' (get) Error
Thomas Cherryhomes edited this page Oct 6, 2023
·
2 revisions
This is a command for Devices $71-$78 - The N: Device (see SIO-Commands-for-Device-IDs-$71-to-$78).
Return the most recent error code emitted by the currently open Protocol adapter. If no protocol adapter is connected, an error 207 (no connection available) is returned.
- Device 09 to 0C
- Use AdamNET Write (EOS WRITE CHARACTER DEVICE)
Offset | Value |
---|---|
0 | 'E' |
- $80 - ACK. Get Error successful, next receive will contain 1 byte of error code.
Not needed for Atari
/* This uses eoslib: http://github.com/tschak909/eoslib */
unsigned char response[1024];
unsigned char return_error(unsigned char dev)
{
eos_write_character_device(dev,"E",1);
eos_read_character_device(dev,response,sizeof(response));
return response[0];
}
Put other related command links here.
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine