0 Members and 2 Guests are viewing this topic.
Do you have any example code (or does anyone) of how to act as a peripheral, since one device would be host and the other would have to be control?Good idea to link to Remote8x, though.
SendUSBData:;Sends data over USB.;Inputs: HL => pointer in zone 1 (RAM pages 3\2) of data to send.; DE: number of bytes to send.;Outputs: DE bytes sent from HL.; Carry flag set if any issues.SendUSBData: res 0,(iy+43h) bcall(50F2h) res 0,(iy+41h) res 5,(iy+41h) ret