12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Descriptions of the Library Routines 2OptionDL_TOSS_LFDL_OUT_CRDL_OUT_LFDL_TERM_CRDL_TERM_LFDL_TERM_CRLFDescriptionRemoves linefeed (LF) characters on input.Causes SPORT_WRITE_LINE to add a CR to each record written.Causes SPORT_WRITE_LINE to add a LF to each record written.Causes SPORT_READ_LINE to terminate READ when a CR is encountered.Causes SPORT_READ_LINE to terminate READ when a LF is encountered.Causes SPORT_READ_LINE to terminate READ when CR+LF isencountered.If options is not specified, the following occurs by default:(DL_OUT_CR .OR. DL_TERM_CR .OR. DL_TOSS_CR .OR. DL_TOSS_LF)This specifies to remove carriage returns and linefeeds on input, to follow output lines with acarriage return, and to return input lines when a carriage return is encountered.Results:The result type is INTEGER(4). The result is zero if successful; otherwise, a Windows error value.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “SPORT_RELEASE”, "Using the Serial I/O Port Routines" in your user’s guide,"Communications and "Communications Functions" in the Microsoft* Platform SDKExampleUSE IFPORTINTEGER(4) iresultiresult = SPORT_CONNECT( 2 )ENDSPORT_CONNECT_EXSerial Port I/O Function: Establishes the connection to a serial port, defines certain usageparameters, and defines the size of the internal buffer for data reception. This function is onlyavailable on Windows* systems.Module: USE IFPORTSyntaxresult = SPORT_CONNECT_EX (port [, options] [, BufferSize])2-451

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!