mathertel / DMXSerial

An Arduino library for sending and receiving DMX packets.
BSD 3-Clause "New" or "Revised" License
320 stars 76 forks source link

Is it possible to stop DMXSerial to start another serial port on the Arduino Uno? #69

Open KoenigTA opened 1 year ago

KoenigTA commented 1 year ago

Hey, I am building a project with the Arduino Uno with Midi and DMX. Now I have the problem that I can only use one serial at a time. To need only one Arduino anyway, I tried to stop the Serial. The Serial for Midi stops with Serial.end(), but the DMXSerial does not stop. Is there a way to stop the DMXSerial to make room for the other Serial? Thanks for any response.