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

 DESCRIPTION

 C_COMWRITE() writes a character string to a specified COM port.

 SYNTAX

 C_COMWRITE(port, string)

 PARAMETERS

 port (N) is the COM port to read (1=COM1, 2=COM2, etc.).  The value
 can be any valid COM port number.

 string (C) is the single character or string to send out to the COM port.

 RETURNS

 C_COMWRITE() returns the current status of the COM port.  See
 C_COMSTAT() for the COM status values.

 EXAMPLES

 c_comwrite(1, "Send this string to COM1")


See Also: C_COMSTAT() C_COMINIT() C_COMREAD() C_ISCOM() C_ISMODEM()

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