FEZ Domino external power problem

When I use my fez domino on external power then it don’t respond on the serialrecieved event, on the usb power it works well.

How do you know it is not working?

The Datareceive event should be declared after .Open() method. In your code, I guess you have it before, isn’t it?

On usb everything works fine.

What voltage are putting where on the Domino with the external power supply? What is the current capacity?

You problem is with data recieveevent, right?
Did you cehck me note:

[quote]he Datareceive event should be declared after .Open() method. In your code, I guess you have it before, isn’t it?
[/quote]