Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Faxual II for CA-Clipper - faxport http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FaxPort
 Get/set serial port number
------------------------------------------------------------------------------
 Syntax

    FaxPort(<nDev>, [<nNewPort>]) -> nOldPort

 Parameters

    <nDev> is a fax device number.

    <nNewPort> is the new serial port number.

 Returns

    Old serial port number.

 Description

    FaxPort() determines which serial port is attached to a given fax
    device.  You are responsible for opening the port before sending a fax,
    and closing it when you are done with faxing.

 Example

    // Open COM2 and attach it to fax device 1.

    SerOpen(2)
    FaxPort(1, 2)

See Also:

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