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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>• The use of 5 data bits with 2 stop bits is an invalid combination, as is 6, 7, or 8 data bits with1.5 stop bits.NOTE. This routine must not be used when any I/O is pending. Since a readoperation is always pending after any I/O has been started, you must first callSPORT_CANCEL_IO before port parameters can be changed.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: “SPORT_CANCEL_IO”, “SPORT_GET_STATE_EX”, "Using the Serial I/O PortRoutines" in your user’s guide, "Communications and "Communications Functions" in theMicrosoft* Platform SDKExampleUSE IFPORTINTEGER(4) iresultiresult = SPORT_SET_STATE_EX( 2, 9600, 0, 7, 1, OutXonOff=1, InXonOff=1, &XonLim=1024, XoffLim=512, XonChar=CHAR(17), XoffChar=CHAR(19), &fZeroDCB=1) )ENDSPORT_SET_TIMEOUTSSerial Port I/O Function: Sets the user selectable timeouts for the serial port. This function isonly available on Windows* systems.Module: USE IFPORTSyntaxresult = SPORT_SET_TIMEOUTS (port [, rx_int] [, tx_tot_mult] [, tx_tot_const])port(Input) Integer. The port number.rx_int(Optional; input) INTEGER(4). The receive interval timeout value.tx_tot_mult(Optional; input) INTEGER(4). The transmit multiplier part of the timeout value.2-468

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

Saved successfully!

Ooh no, something went wrong!