インテル® Fortran コンパイラー XE 13.1 ユーザー・リファレンス・ガイド
Serial Port I/O Function: Reads available data from the specified port. This routine stalls until at least one character has been read.
result = SPORT_READ_DATA (port,buffer[,count])
port |
(Input) Integer. The port number. |
buffer |
(Output) Character*(*). The data that was read. |
count |
(Output; optional) Integer. The count of bytes read. |
Communications and Communications Functions in the Microsoft* Platform SDK