SIO Command $4E Network Open - FujiNetWIFI/fujinet-firmware GitHub Wiki
Network Open ($4E) ['O']
Description
Opens a network connection for a specified protocol, to the specified path and/or port.
To be used, a valid Device Spec must be written to the buffer provided.
Parameters
DCB | Value |
---|---|
DDEVIC | $71 |
DUNIT | $01 for N1: to $08 for N8: |
DCOMND | $4E |
DSTATS | $80 |
DBUF | Buffer pointing to valid devicespec |
DTIMLO | $0F |
DBYT | 256 |
DAUX1 | bit 2 - Read, bit 3 - write |
DAUX2 | Passed through to protocol handler. |
Examples
CC65
TBD: come back in here and put open example.
See Also
Put other related command links here.