Open robocon2011 opened 6 months ago
Hi - I appreciate your patience. Looking at your code, I believe the issue is that you are calling the RDM discovery function inside an if-else
statement of dmx_receive(dmx_num, &packet, DMX_TIMEOUT_TICK)
. Because you are building an RDM controller, the call to dmx_receive()
should never return with a received packet. In other words, if you remove the dmx_receive()
logic, you should be able to discover RDM devices.
Let me know if that is helpful, and if I can clarify anything!
Hi Mitch,
I am using your library to test rdm but I can't find my rdm device. Can you check the code for me, I am using version 4.1.
Thank you.
this is log: