Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_iscom() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ISCOM()

 DESCRIPTION

 C_ISCOM() checks the specified COM port to determine if it is ready
 to send and receive data.

 NOTES

 The C_ISCOM() function checks only the specified COM port for a
 status.  To determine if the device attached to the COM port is
 ready, use the C_ISDEVICE() function.

 SYNTAX

 C_ISCOM(port)

 PARAMETERS

 port (N) is the COM port number (1 = COM1, 2 = COM2, etc.) to check.

 RETURNS

 C_ISCOM() returns true (.T.) if the port is ready, otherwise false (.F.).

 EXAMPLES

 ? c_iscom(1) --> .T.      && COM1 shows it is ready


See Also: C_COMSTAT() C_COMINIT() C_ISDEVICE() C_ISPRINT() C_ISMODEM()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson