-
Notifications
You must be signed in to change notification settings - Fork 70
SIO Command $53 Network Status
Thomas Cherryhomes edited this page Feb 20, 2020
·
2 revisions
Retrieve Network Status information for a connection
This retrieves a 4 byte payload containing the status information for a given connection.
The structure of this buffer is:
Offset | Description |
---|---|
0 | The Low byte of # of bytes waiting in buffer |
1 | The High byte of # of bytes waiting in buffer |
2 | Connection Status (0 = not connected, 1 = connected) |
3 | Last error (1 on success, otherwise an error |
DCB | Value |
---|---|
DDEVIC | $71 |
DUNIT | $01 for N1: to $08 for N8: |
DCOMND | $53 |
DSTATS | $40 |
DBUF | DVSTAT |
DTIMLO | $0F |
DBYT | 4 |
DAUX1 | 0 (global substatus) |
DAUX2 | 0 (per protocol substatus) |
For substatus, currently only 0 is implemented. But other substatuses might be implemented for protocol specific inquiries.
TBD: come back in here and put open example.
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