83Plus:Software:usb8x/Asm Interface/SendControlData
From WikiTI
Synopsis
Name: SendControlData
Minimum usb8x version: 0.05
Send an 8 byte request to the control pipe
Inputs
- B: Number of bytes expected to receive in response
- DE: Buffer to store response
- HL: Address of data to send
Outputs
- NC: Success
Destroys
- AF, BC, DE, HL
See Also
- [[../SendData|SendData]] - Send data to a non-control pipe.