I am trying to figure out how to parse the Vixen .LED data. The XML file makes sense, but not knowing how the <Frame> data is written, it doesn't make sense.
Example:
Objective: generate dynamic frame data files for then push out to LedTricks with Tricks-c using LTC_11.exeCode:<Frame length="50">AABfAAEAXwACAF8AAwBfAAQAXwAFAF8ABgBfAAcAXwA=</Frame> <Frame length="50">AABeAAEAXgACAF4AAwBeAAQAXgAFAF4ABgBeAAcAXgAHAF8A</Frame> <Frame length="50">AABdAAEAXQACAF0AAwBdAAQAXQAFAF0ABgBdAAcAXQAHAF4ABwBfAA==</Frame> <Frame length="50">AABcAAEAXAACAFwAAwBcAAQAXAAFAFwABgBcAAcAXAAHAF0ABwBeAAcAXwA=</Frame> <Frame length="50">AABbAAEAWwACAFsAAwBbAAQAWwAFAFsABgBbAAcAWwAHAFwABwBdAAcAXgAHAF8A</Frame>
1. An application will build a .LED file with frames
2. Application calls LTC_11.exe to drive out .LED frames
Ultimate Object: drive LedTricks with Tricks-c by pushing data directly through the serial connection.
1. An application will push frame data directly out to serial to Tricks-c
Anyone every tried this? I normally use LTC_11.exe to push a set of Vixen created frames. However my goal is to write an application that I can use to push out data in real-time, more of an interactive thing.
I reviewed the wiki and poked around in the forums, didn't find anything. Wasn't surprised because it already works great, I am just thinking about going in another direction...
Thanks!!
ms


Reply With Quote

Bookmarks