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_ismodem() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ISMODEM()

 DESCRIPTION

 C_ISMODEM() checks the modem connected to the specified COM port to
 determine if it is ready.

 SYNTAX

 C_ISMODEM(port)

 PARAMETERS

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

 RETURNS

 C_ISMODEM() returns true (.T.) if the modem is ready to send/receive
 or false (.F.) if it is not.

 EXAMPLES

 c_ismodem(1)--> .T.      && modem ready
 ...
 ...
 ...
 if !c_ismodem(1)
   ? "Modem is not ready"
 endif


See Also: C_ISCOM() C_ISDEVICE() C_ISPRINT() C_ISLPT() C_GETSER()

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