Du läser för närvarande dokumentationen för:
ECUSB_Serial_WriteData
ECUSB_Serial_WriteData writes data to the host.
ECUSB_ErrorCode ECUSB_Serial_WriteData(
   struct ECUSB_Serial_Function *pSerialFunction,
   const BYTE *pData,
   UINT BufferSize
);
Parameters
pSerialFunction
A pointer to the struct ECUSB_Serial_Function previously initialized by ECUSB_Serial_Init().
pData
A pointer to a buffer to send.
BufferSize
The size of the supplied buffer.
Return value
Returns one of the ECUSB error codes (ECUSB_SUCCESS on success)