How do I design a user interface for external hardware which is running in real time?
Is this possible with Blend 3? I need to design a two way interface for a piece of external hardware and it would be great if I could twiddle it's knobs while designing as opposed to continually building, running, trying etc. The GUI is a lot more involved than just mimicking the knob positions and would probably need extensive use of converters and multiple binding.
Would I need to build two projects? One, to interface with the hardware and keep an image of the knob positions as dependency properties. This could, perhaps, be running while designing. Is that doable? Or is there a better way?
Using C# Visual Studio 2008 Express and Expression Blend 3.
There is a button labeled "Add live data source".
Thanks