Difference between revisions of "83Plus:Software:usb8x/Asm Interface/SendControlData"

From WikiTI
Jump to: navigation, search
 
(No difference)

Latest revision as of 23:52, 15 July 2006

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.