author: bocianu bocianu@gmail.com
Set of procedures to communicate with #FujiNet interface on SIO level. https://fujinet.online/
This library is a part of 'blibs' - set of custom Mad-Pascal libraries.
https://gitlab.com/bocianu/blibs
name: | type: | description: |
---|---|---|
FN_StatusStruct | record
end; | Structure used to store Status Command result |
name: | description: |
---|---|
FN_Open | procedure FN_Open(var fn_uri:PChar);Opens connection to remote host at selected port using declared protocol.
parameters: |
FN_WriteBuffer | procedure FN_WriteBuffer(buf: pointer; len: word);Writes (sends) data from memory to network device.
parameters: |
FN_ReadBuffer | procedure FN_ReadBuffer(buf: pointer;len: word);Reads (receives) data from network device.
parameters: |
FN_ReadStatus | procedure FN_ReadStatus(status: pointer);Reads network device status and stores information in provided memory location.
parameters: |
FN_Close | procedure FN_Close;Closes network connection. |
FN_Command | procedure FN_Command(cmd, dstats, dbyt, aux1, aux2:byte; dbufa: word);Sends SIO command to #FN device
parameters: |