You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with v2.10.3, the port.setBreak() call always takes between 509 and 512 milliseconds to complete, compared to less than one millisecond in the versions before. (Measured using measureTimeMillis from Kotlin's standard library.)
While the DMX protocol generally does not require very precise timing, ~500ms is definitely too long.
The text was updated successfully, but these errors were encountered:
I'm using jSerialComm to interact with a USB-to-DMX adapter. The following code used to work in v2.10.2 and earlier versions:
Starting with v2.10.3, the
port.setBreak()
call always takes between 509 and 512 milliseconds to complete, compared to less than one millisecond in the versions before. (Measured usingmeasureTimeMillis
from Kotlin's standard library.)While the DMX protocol generally does not require very precise timing, ~500ms is definitely too long.
The text was updated successfully, but these errors were encountered: