Camera bug when using ethernet_ENC28.Interface.Open()

HI Steven:
I find the problem, the problem is the ENC28 module, because I test the same code in different spider, the result is the same. Can’t take picture.
But when I change the ENC28 module to J11D, the code works well. So the problem is the ENC28 module or socket 9.
Did you test it using spider+ ENC28 module +carema module like I used?

Thanks

Yes, I ran your exact setup, with Ethernet ENC28 in socket 9 and the camera in socket 3 and your code from reply #11.

My output:

[quote]Using mainboard GHI Electronics FEZSpider version 1.0
Program Started
Address Changed
IP address: 192.168.1.104
Subnet mask:255.255.255.0
Is camera ready? Yes
picture captured
picture captured Time06/01/2011 00:02:26
Is camera ready? Yes
The thread ‘’ (0x3) has exited with code 0 (0x0).
picture captured
picture captured Time06/01/2011 00:02:28
Is camera ready? Yes
picture captured
picture captured Time06/01/2011 00:02:31
Is camera ready? Yes
picture captured
picture captured Time06/01/2011 00:02:34[/quote]

What version of the firmware are you using?

SDK Feb. 18, 2013

ClrInfo.clrVersion: 4.2.0.0
ClrInfo.clrVendorInfo: Microsoft Copyright © Microsoft Corporation. All rig
ClrInfo.targetFrameworkVersion: 4.2.0.0
SolutionReleaseInfo.solutionVersion: 4.2.9.0

Maybe something wrong with my ENC28. But I do not have other to try.