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

TexasStingray

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 791
    • View Profile
Application Development for DMX
« on: August 01, 2011, 07:38:24 pm »
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

n1ist

  • Coop Manager
  • Sr. Member
  • *
  • Posts: 760
  • 02148
    • View Profile
Re: Application Development for DMX
« Reply #1 on: August 01, 2011, 07:56:17 pm »
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

PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • View Profile
    • Dazlyn [imagination.innovation.Realization]
Re: Application Development for DMX
« Reply #2 on: August 02, 2011, 12:12:23 pm »
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

wwwgator

  • Sr. Member
  • ****
  • Posts: 201
  • S.E. WI
    • View Profile
Re: Application Development for DMX
« Reply #3 on: August 07, 2011, 11:39:39 pm »
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)

PVPlaceLights

  • Full Member
  • ***
  • Posts: 72
  • Lola "Bean" - The Equalizer
    • View Profile
    • Dazlyn [imagination.innovation.Realization]
Re: Application Development for DMX
« Reply #4 on: August 08, 2011, 12:18:31 am »
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