Skip to content

Control USB-DMX Hardware through Java. Supports Enttec DMX USB Pro

License

Notifications You must be signed in to change notification settings

trevordavies095/DmxJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DmxJava - Java Controller for USB - DMX devices

This is a crappy port of DmxPy to Java.

Instantiate: DmxJava dmx = new DmxJava();

Set a DMX address's value: dmx.setChannel(dmx_address, value);

Receive DMX packet to be sent byte[] dmx_packet = dmx.render(); You can now send the packet to the ENTTEC using whatever serial libary you are using.

About

Control USB-DMX Hardware through Java. Supports Enttec DMX USB Pro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages