Author Topic: Application Development for DMX  (Read 812 times)

Offline TexasStingray

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 791
Application Development for DMX
« on: August 01, 2011, »
All,

I am pretty good programmer and want to get started in creating an application that can interface with the DMX Dongle. I know C, Java, VB, and a couple of other languages. I would like to use VB or Java. Can someone point me in the right direction and/or provide a simple example of how someone would get started.

Thanks
Scott
Scott Wanner
TX

Watch my videos
You are not allowed to view links. Register or Login

Offline n1ist

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 760
  • 02148
Re: Application Development for DMX
« Reply #1 on: August 01, 2011, »
Programming the dongle is based on the Enttec USB Pro API.  Look at You are not allowed to view links. Register or Login for more info.  I believe the dongle only understands the DMX Send (Label=6) message.

From your code, it's simply opening a COM port, filling a uint8_t array with a header, data, and checksum, and sending it to the COM port whenever you want to change something.
/mike

Offline PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • Dazlyn [imagination.innovation.Realization]
Re: Application Development for DMX
« Reply #2 on: August 02, 2011, »
Scott,

I can send you the Java code I developed for Olive to send DMX data to the Lynx Dongle/Enttec Pro DMX.  PM me and I will hook you up.

--Matt
Dazlyn [imagination.innovation.Realization]
You are not allowed to view links. Register or Login

Offline wwwgator

  • Sr. Member
  • ****
  • Posts: 201
  • S.E. WI
Re: Application Development for DMX
« Reply #3 on: August 07, 2011, »
One of the first...and still best design from Doug Fleenor


DMX Coffee maker

You are not allowed to view links. Register or Login
I know nothing......and I prove it DAILY!!!

Getting crazy ideas and breaking stuff since 1977

Master Electrician/ Electrical Inspector/ Evil Genius (apprentice)

Offline PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • Dazlyn [imagination.innovation.Realization]
Re: Application Development for DMX
« Reply #4 on: August 07, 2011, »
All,

I've put together two Java classes that encode data for the Enttec DMX Pro (Lynx Dongle) and PixelNet (Lynx Dongle) devices. I haven't had time to complete my discussions on using the Java Comm APIs to setup and communicate with serial communication ports. If you need help with Java Comm, let me know and I will add more to the discussion.

You can find the ZIP file with the classes at You are not allowed to view links. Register or Login

Thanks,
--Matt
Dazlyn [imagination.innovation.Realization]
You are not allowed to view links. Register or Login