// Bulk write to EP2 (OUT endpoint) CyBulkEndPoint outEP = fx2.EndPoints[2] as CyBulkEndPoint; byte[] outData = Encoding.ASCII.GetBytes("Hello FX2"); outEP.XferData(ref outData, ref transferred);

Modify the assembly descriptor file included in your project template to match your custom parameters: