How to do data transfer between a PC program and FEZ domino over USB

Hi, I have just ordered a Domino board and I am going to build a small pod that needs to do data logging and control in an experimental enclosure.

I want to be able to write a PC program that provides a nice interface to data and control over USB. The PC is always the master device and the FEZ is always the slave.

Do I need to write a driver ?

I am sure this has been asked a million times before and this info exists somewhere here, but I can’t find it!

I guess I need an example of USB connectivity on windows and the back end FEZ code to implement the interface. Anything that shows how a pc program can read and write to the FEZ device over USB would be awesome!!!

Thanks!

You should take a look at the excellent project of William:
(link removed)
(link removed)

Look at this thread - (link removed) and this project - (link removed)

That should get you started

** Bec a Fuel beat me to the punch! **

It is a technique you learn when you become a [italic]Master[/italic]. Once mastered, it is unstoppable. :hand:

:smiley:

:clap:

One day … I too will be a master. Once I can snatch the Fez from your hand … or something like that.

-Eric

Absolutely, Grasshopper ! :wink:

Thanks a lot guys!! This is a great start!