May 19, 2012, 08:10:38 PM

Author Topic: Can you help reverse-engineer the $6 DMX controller programmer?  (Read 4023 times)

Offline mschell

  • Full Time Elf
  • ***
  • Posts: 146
  • Country: us
    • View Profile
    • Christmas in Applegate
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #60 on: May 27, 2011, 12:49:19 AM »
I've already sent David some email.

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.  However, the program gives an "unhandled exception" when it tries to read the address, either after writing a new address or when pressing the "Read" button on the app.

I plan to work this out with David, and don't want to make this the support forum for this app, but did want to let folks know of the initial experience.
Mark
Kernersville, NC USA

Offline dmoore

  • BetaTester
  • Senior Elf
  • *****
  • Posts: 562
  • Country: us
  • http://www.vimeo.com/18220911
    • View Profile
  • State: Outside of AU/NZ
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #61 on: May 27, 2011, 05:00:19 AM »
After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.  However, the program gives an "unhandled exception" when it tries to read the address, either after writing a new address or when pressing the "Read" button on the app.

It would appear what is occuring with these, as was the case with the USB "programmer" I sell, is that the read function wasn't working but the write works fine.  As Mark indicated, the LOR adapter can write the address, it would appear when the write is complete and the follow up operation of the read to confirm the correct address was written to the controller, is where it's failing.  So, worst case, Josh can remove the read and the application just performs the write alone which was the orginal purpose.  Not that the read isn't useful also.

I just feel bad that I've asked Josh to add more features to this application than orginally planned.  :(

Offline mschell

  • Full Time Elf
  • ***
  • Posts: 146
  • Country: us
    • View Profile
    • Christmas in Applegate
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #62 on: May 27, 2011, 06:48:07 AM »
And for an additional update - I also tried an HP High-speed Serial Adapter (RS232) that I had lying around with a RS232->RS485 adapter.  It is also FTDI chip based, and it behaved in a similar fashion as the LOR adapter.

It can write a new address, but chokes when it tries to read it back.

Both the HP and LOR also work with Vixen to control via DMX.

All this on WinXP.

The key function of writing works, which is the most important thing.

Josh and I will be working offline to see if we can do anything to make the read function happen, or at least not choke so much...
Mark
Kernersville, NC USA

Offline dmoore

  • BetaTester
  • Senior Elf
  • *****
  • Posts: 562
  • Country: us
  • http://www.vimeo.com/18220911
    • View Profile
  • State: Outside of AU/NZ
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #63 on: May 27, 2011, 06:52:19 AM »
And for an additional update - I also tried an HP High-speed Serial Adapter (RS232) that I had lying around with a RS232->RS485 adapter.  It is also FTDI chip based, and it behaved in a similar fashion as the LOR adapter.

It can write a new address, but chokes when it tries to read it back.

Can you provide a model/web link to this programmer?

Offline David_AVD

  • Community Project Designer
  • Dedicated Elf
  • *****
  • Posts: 1317
  • Country: au
  • Technology Mad Man
    • Facebook.com/http://www.facebook.com/pages/Audio-Visual-Devices/297531996950791?sk=info
    • View Profile
    • Audio Visual Devices
  • State: Queensland AU
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #64 on: June 14, 2011, 12:48:44 PM »
I think these little $6 modules are great DM.  Having the programming possible via software is a leap forward.  Thanks again for providing the incentive to get that done.   :)

For a low cost CV (constant voltage) unit with good output capability I don't think it can be beat.  The MY9942 chip on the other board looks neat, but won't (IMO) suit a lot of applications.
Sure, everyone's always in favour of saving Hitler's brain, but put it in the body of a great white shark... oooooh, suddenly you've gone too far!

Offline Brownie

  • New Elf
  • *
  • Posts: 31
  • Country: au
  • I am new here
    • View Profile
Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #65 on: June 14, 2011, 06:03:52 PM »

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.

mschell,

I would like to know more about what you needed to do with the connections to make this work as I am looking at doing the same thing?

Regards,
Brownie

Offline dmoore

  • BetaTester
  • Senior Elf
  • *****
  • Posts: 562
  • Country: us
  • http://www.vimeo.com/18220911
    • View Profile
  • State: Outside of AU/NZ
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #66 on: June 15, 2011, 12:04:02 AM »

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.


mschell,

I would like to know more about what you needed to do with the connections to make this work as I am looking at doing the same thing?

Regards,
Brownie


Brownie -

The application (Windows and Mac), along with documentation have been released here:

http://www.holidaycoro.com/Hardware.asp

Thank you,
David

Offline mschell

  • Full Time Elf
  • ***
  • Posts: 146
  • Country: us
    • View Profile
    • Christmas in Applegate
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #67 on: June 15, 2011, 01:34:56 PM »

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.

mschell,

I would like to know more about what you needed to do with the connections to make this work as I am looking at doing the same thing?

Regards,
Brownie

I'm not at home right now to list the details.   The important thing is that the LOR dongle puts out signal on pins 4/5, which needs to be connected with the right polarity to the DMX input leads.  Once that is done, the app that Dmoore has had written will write (but not read) the DMX address on these controllers.   The app will error out if it tries to read or verify the address.
Mark
Kernersville, NC USA

Offline Brownie

  • New Elf
  • *
  • Posts: 31
  • Country: au
  • I am new here
    • View Profile
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #68 on: January 10, 2012, 10:50:56 PM »

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.


mschell,

I would like to know more about what you needed to do with the connections to make this work as I am looking at doing the same thing?

Regards,
Brownie


Brownie -

The application (Windows and Mac), along with documentation have been released here:

http://www.holidaycoro.com/Hardware.asp

Thank you,
David

Following the links I see this now takes you to an updated webpage where you can purchase the software and cable as one item. As already have and using the LOR USB485B dongle, do you know if I can download and Purchase the software only?
Brownie

Offline bdeditch

  • Apprentice Elf
  • **
  • Posts: 80
  • Country: us
    • View Profile
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #69 on: January 11, 2012, 05:28:06 AM »
I've already sent David some email.

I tried this with my LOR USB485 dongle, which I bought, along with 2 LOR DC controllers last year during the summer sale.  I don't use LOR software to drive my display, so this sat in the box till now.

After working out the connections, I was able to successfully program one of the 5 DMX controllers that I bought from HolidayCoro.  However, the program gives an "unhandled exception" when it tries to read the address, either after writing a new address or when pressing the "Read" button on the app.

I plan to work this out with David, and don't want to make this the support forum for this app, but did want to let folks know of the initial experience.

I am having the same problem, but I was having a bigger problem with it not working because I have the LOR USB485 hooked up. It wouldn't do anything on the computer that I control my show with, but it worked on 2 other ones I tryed. I did notice it did show the DMX Module number in the Network Perferences

Offline ɟɐsʇǝppʎ

  • Global Moderator
  • Dedicated Elf
  • *****
  • Posts: 2137
  • Country: au
  • I have C.L.A.P
    • View Profile
    • a very eddy xmas web site
  • State: New South Wales AU
Re: Can you help reverse-engineer the $6 DMX controller programmer?
« Reply #70 on: January 11, 2012, 09:04:44 AM »
I would send ChillOutDocDoc a PM asking him if he has the software available as he was the program developer. It appears that DM is now more focussed on his commercial interests now days and has changed the link to his online shop
www.AVERYEDDYXMAS.com

Your just jealous because the voices only talk to me

 

instance