Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - writecomm() writes to the communication port http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WriteComm()            Writes to the communication port
--------------------------------------------------------------------------------

   Syntax:              WriteComm( <nIdCommDev>, <cData> )  --> <nBytes>

   Parameters:

   <nIdComDev>          Identifies the communication device to be flushed.
                        The OpenComm function returns this value.

   <cData>              The data to send to the comm port.

   Returns:

   <nBytes>             The number of bytes written to the port.

   Sample:              SAMPLES\\TestComm.prg

   Source code:         SOURCE\\WINAPI\\Comm.c

   See also:            OpenComm() WriteComm() ReadComm() BuildCommDcb()
                        SetCommStat() FlushComm() GetCommError()


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