NewLinuxFan
Well-known member
Is there a simple way to receive multiple universes of DMX without having to use Artnet? In the near future (November), I only need to receive 2 universes per Teensy.
Maybe one of the DMX libraries can do this by naming different variables for different Serial ports? It's unclear to me if TeensyDMX always uses "packetbuf" or if that can be specified as "packetbuf1" and "packetbuf2" for "dmxRX1" and "dmxRX2" using Serial1 and Serial2 for example.
I don't have much experience reading library code and have never written a library. Symbols like :: and -> look like gibberish to me. I suppose there's a first time for everything, and I'm not too old to learn new things... Hopefully the learning curve is manageable.
Maybe one of the DMX libraries can do this by naming different variables for different Serial ports? It's unclear to me if TeensyDMX always uses "packetbuf" or if that can be specified as "packetbuf1" and "packetbuf2" for "dmxRX1" and "dmxRX2" using Serial1 and Serial2 for example.
I don't have much experience reading library code and have never written a library. Symbols like :: and -> look like gibberish to me. I suppose there's a first time for everything, and I'm not too old to learn new things... Hopefully the learning curve is manageable.