reenx / tinkerit

Automatically exported from code.google.com/p/tinkerit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DmxSimple: Service serial port interrupts during DMX frame

GoogleCodeExporter opened this issue · comments

Interrupts are currently off for the entire DMX frame, which makes serial
communication difficult. Could use timer triggered re-interrupts to return
to the foreground for brief periods during the frame.

Original issue reported on code.google.com by cathed...@gmail.com on 11 Feb 2009 at 8:57

Fixed. Now dynamically sends DMX frames in short pulses every 2 milliseconds. 
Now
compatible with serial baud rates up to 20000 baud.

Original comment by cathed...@gmail.com on 15 Feb 2009 at 3:26

  • Changed state: Fixed
Fixed in DmxSimple v3 release

Original comment by cathed...@gmail.com on 3 Jul 2009 at 11:37

Original comment by cathed...@gmail.com on 3 Jul 2009 at 11:39

  • Changed state: Verified