Hi, I'm using Master Emulator API 2.1.7 and am having difficulties determining where I should be processing an acknowledge packet being returned from the slave after transmitting a packet through a TransmitWithAck pipe on the master emulator. Is the returned packet asynchronous, because I don't see the response via the DataReceived event. Otherwise, if it's synchronous, I assume the return value bool via SendData contains the success or failure of an acknowledged transmission only, and does not apply to regular "Transmit" pipes (or rather, a regular "Transmit" pipe will never return fail)?