Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-DF2C2891-8EEC-43A4-A9C7-F7AA97F12708
Visible to Intel only — GUID: GUID-DF2C2891-8EEC-43A4-A9C7-F7AA97F12708
Serial Port I/O Library Routines
This section contains descriptions of the Serial Port I/O library routines, which are restricted to Windows* systems. They are listed in alphabetical order.
To access these library routines, you must specify a USE IFPORT statement in your program.
You may also need to add a USE IFWINTY statement to your program because some Windows* constants may be required that are typically defined in the IFWINTY module.
- SPORT_CANCEL_IO
Serial Port I/O Function: Cancels any I/O in progress to the specified port. This routine is only available for Windows. - SPORT_CONNECT
Serial Port I/O Function: Establishes the connection to a serial port and defines certain usage parameters. This routine is only available for Windows. - SPORT_CONNECT_EX
Serial Port I/O Function: Establishes the connection to a serial port, defines certain usage parameters, and defines the size of the internal buffer for data reception. This routine is only available for Windows. - SPORT_GET_HANDLE
Serial Port I/O Function: Returns the Windows* handle associated with the communications port. This is the handle that was returned by the Windows API CreateFile. This routine is only available for Windows. - SPORT_GET_STATE
Serial Port I/O Function: Returns the baud rate, parity, data bits setting, and stop bits setting of the communications port. This routine is only available for Windows. - SPORT_GET_STATE_EX
Serial Port I/O Function: Returns the baud rate, parity, data bits setting, stop bits, and other settings of the communications port. This routine is only available for Windows. - SPORT_GET_TIMEOUTS
Serial Port I/O Function: Returns the user selectable timeouts for the serial port. This routine is only available for Windows. - SPORT_PEEK_DATA
Serial Port I/O Function: Returns information about the availability of input data. This routine is only available for Windows. - SPORT_PEEK_LINE
Serial Port I/O Function: Returns information about the availability of input records. This routine is only available for Windows. - SPORT_PURGE
Serial Port I/O Function: Executes the Windows* API communications function PurgeComm on the specified port. This routine is only available for Windows. - SPORT_READ_DATA
Serial Port I/O Function: Reads available data from the specified port. This routine stalls until at least one character has been read. This routine is only available for Windows. - SPORT_READ_LINE
Serial Port I/O Function: Reads a record from the specified port. This routine stalls until at least one record has been read. This routine is only available for Windows. - SPORT_RELEASE
Serial Port I/O Function: Releases a serial port that was previously connected when SPORT_CONNECT was specified. This routine is only available for Windows. - SPORT_SET_STATE
Serial Port I/O Function: Sets the baud rate, parity, data bits setting, and stop bits setting of the communications port. This routine is only available for Windows. - SPORT_SET_STATE_EX
Serial Port I/O Function: Sets the baud rate, parity, data bits setting, stop bits, and other settings of the communications port. This routine is only available for Windows. - SPORT_SET_TIMEOUTS
Serial Port I/O Function: Sets the user selectable timeouts for the serial port. This routine is only available for Windows. - SPORT_SHOW_STATE
Serial Port I/O Function: Displays the state of a port to standard output. This routine is only available for Windows. - SPORT_SPECIAL_FUNC
Serial Port I/O Function: Executes the Windows* API communications function EscapeCommFunction on the specified port. This routine is only available for Windows. - SPORT_WRITE_DATA
Serial Port I/O Function: Outputs data to the specified port. This routine is only available for Windows. - SPORT_WRITE_LINE
Serial Port I/O Function: Outputs data, followed by a record terminator, to the specified port. This routine is only available for Windows.