2020-05-24 05:05 PM
2020-05-25 03:25 AM
I don't understand your debug printout, but you don't seem to transmit the status response to Set Address.
Note, that it has to be transmitted using the original address, i.e. you must not modify DADDR until that packet has been transmitted from the mcu.
JW
2020-05-25 03:25 AM
I don't understand your debug printout, but you don't seem to transmit the status response to Set Address.
Note, that it has to be transmitted using the original address, i.e. you must not modify DADDR until that packet has been transmitted from the mcu.
JW
2020-05-25 06:42 AM
That was the issue, I wasn't sending the zero length packet with address 0 before switching to the new address. Here's my new output:
Thanks so much for your help!