Mark:
This is the only USB-Serial device plugged in. The device I am using to communicate is this:
http://store.lightorama.com/uscoad.html Do I need something else? I have this on order:
http://www.holidaycoro.com/product-p/54-2.htm Where can I check to verify this chip? I looked in the Device Manager under the Com/Ports and looked at the properties page. Moved to the details tab I get the following information:
Hardware Ids: FTDIBUS\COMPORT&VID_0403&PID_6001
Service: FTSER2K
Manugacturer: FTDI
Enumerator: FTDIBUS
Device Instance Path: FTDIBUS\VID_0403+PID_6001+A80082VTA\0000
Parent: USB\VID_0403&PID_6001\A80082vt
Driver Node Strong Name: oem63.inf:FtdiHw.NTamd64:FtdiPort.NTamd64:2.8.24.0:ftdibus\comport&vid_0403&pid_6001
Here is a copy of what my DMXCommands.xml file looks like:
<!-- ********************************************************************************************* -->
<event type="NORMAL_CONDITION_1" continuous="yes">
<!-- steady soft white light -->
<timeblock mseconds="1000">
<setvalue index="000" value="0" change="0"/>
<setvalue index="001" value="0" change="0"/>
<setvalue index="002" value="0" change="0"/>
<setvalue index="003" value="0" change="0"/>
<setvalue index="004" value="0" change="0"/>
<setvalue index="005" value="0" change="0"/>
<setvalue index="006" value="0" change="0"/>
<setvalue index="007" value="0" change="0"/>
</timeblock>
</event>
<!-- ********************************************************************************************* -->
<event type="PLAYER_SHIELDS_ON" continuous="yes">
<!-- steady blue light -->
<timeblock mseconds="1000">
<setvalue index="000" value="255" change="0"/>
<setvalue index="001" value="255" change="0"/>
<setvalue index="002" value="255" change="0"/>
<setvalue index="003" value="255" change="0"/>
<setvalue index="004" value="255" change="0"/>
<setvalue index="005" value="255" change="0"/>
<setvalue index="006" value="255" change="0"/>
<setvalue index="007" value="255" change="0"/>
</timeblock>
</event>
Thank you for your help.
Russell
[Last edited May 23, 2013 20:18:06]