Share via


COM_Write (Windows CE 5.0)

Send Feedback

This function enables an application to transmit bytes to the serial port.

ULONG COM_Write(HANDLE COM_Write,PUCHAR pSourceBytes,ULONG NumberOfBytes);

Parameters

  • COM_Write
    [in] Handle returned by the COM_Open function.
  • pSourceBytes
    [in] Pointer to the bytes to be written.
  • NumberOfBytes
    [in] Specifies the number of bytes to be written.

Return Values

The number of bytes written indicates success. A value of –1 indicates failure.

Remarks

This function is exported to users through the WriteFile function. This function must obey flow-control and time-out values.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Developer defined.
Library: Serial.lib.

See Also

COM_Open | COM_Read | WriteFile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.