N Device Put Record - FujiNetWIFI/fujinet-firmware GitHub Wiki
Description
Put the characters pointed to in the buffer by ICBAL/ICBAH, into the destination socket, until an ATASCII EOL ($9B) is reached. Once an EOL is found, the buffer up until $9B is flushed at once.
Parameters
- ICBAL/ICBAH - Pointers to the buffer to send
- ICBLL/ICBLH - Length of buffer to send
Returns
Standard CIO errors are returned, such as:
- ERROR 137 - if the end of the buffer is reached before an ATASCII EOL ($9B) is found.
Examples
TBD: Atari BASIC doesn't use this function, so I need to find a good example.