Jump to content
IGNORED

Bringing #FujiNet to FastBasic.


Recommended Posts

While this is primarily directed at @dmsc, I do think this is a valuable public discussion to have.

 

Communicating with #FujiNet can be done in one of two ways:

 

* Via the N: CIO handler, using standard CIO commands. OPEN, CLOSE, INPUT, GET, PRINT, PUT, STATUS, XIO, etc.

* Via SIO commands, calling SIOV once a DCB is set up.

 

The advantage to the CIO handler, is familiar usage of I/O commands that everybody already knows, but you do have to have the NDEV handler loaded.

The advantage to the SIO handler is that you don't have to load the NDEV handler.

 

So am wondering if maybe it's either a good idea to do one of the following:

 

A. add a command to quickly set up and do a SIO transaction, or

B. Add commands to quickly do network I/O with #FujiNet?

 

-Thom

 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...