Fez Rhino analogue inputs

Hey all.

Just wondering if its possible to hook up a Fez Rhino (with no graphics output) so that i can read the values currently on an analogue input inside of a graphics application running in windows?

i guess in hypothetical terms, is it possible to control the cursor position on a screen by reading output from an accelerometer?

Can you capture analogue data from the fez Rhino and use it in a windows form application. IE Can you create your own input devices?

Thanks

its possible to do what you want.

Look at the Fez Term project on the code site. It has simple communications between Fez and a PC app, and really there’s little difference in doing the same for some specific values - you just need to develop a way to send that data and interpret that data at the other end.