FoxPro Manual Documents Low-Level I/O Command IncorrectlyLast reviewed: April 17, 1995Article ID: Q88743 |
The information in this article applies to:
SUMMARYIn chapter 10 of the FoxPro 2.0 "Developer's Guide," the Low-Level Access to Communication Ports section includes the following line:
RUN MODE COM2:1200,N,8,1,PIf this command is issued, when the computer accesses the COM2 port it will loop and wait for all characters requested in a communications command. To correct this situation, remove the ",P" (permanent retries) parameter from the MODE command. When fewer characters than requested are received, the MODE command generates an error that an application can trap and process.
|
Additional reference words: FoxDos 2.00 docerr
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |