-
Notifications
You must be signed in to change notification settings - Fork 68
N Device Put Characters
Thomas Cherryhomes edited this page Jan 30, 2020
·
1 revision
Put at least one character to the destination socket. If ICBLL/ICBLH is more than 1, and a buffer is pointed to by ICBAL/ICBAH, then the contents of that buffer are flushed out the socket.
As a convenience, an EOL $9B is translated to a CR/LF ($0D/$0A).
- IOCB
- ICBAL/ICBAH - Pointer to buffer, if sending more than one character.
- ICBLL/ICBLH - Buffer length, if sending more than one character.
- Standard CIO errors apply.
Assuming a socket has been opened with the following command:
OPEN #1,12,0,"N:TCP:192.168.1.8"
You can send a single character, defined in A:
PUT #1,A
Or, you can send an entire line at once:
PRINT #1;"THIS IS A LINE OF TEXT"
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