Gadgeteer Package

[em]Hallo.

For my FEZ Spider Starter Kit i need to install the link to :"Install the .NET Gadgeteer Package"
Where can i find these link?[/em]

Thanks,
Jack.

@ Jack5 - Welcome

https://www.ghielectronics.com/support/.net-micro-framework

Please follow the installation steps pointed in the link shown by Justin

Welcome to the community.

Hi, I’m also new…

I have problems with the Cellular Radio Module.
When an sms arrives, I get an ‘System.ArgumentOutOfRangeException’.
Very rarely, it’s successfull. But when I’ve got the exception then the program is completely broken.

Loader (TinyBooter) Version: 4.2.3.3
Firmware (TinyCLR) Version: 4.2.5.0

Other versions that I can check?
And how can I solve this?

ps: why can’t I create new topics on the forum?

Best regards,
Stijn Vandenbroucke.

Hi, I can’t see the button.

I think I know the problem, but strange that nobody seems to have this problem.

while (serialLine.BytesToRead > 0)
{
response += (char) serialLine.ReadByte();
}

This loop is left, even if still data is coming in. Probably a very small break in the serial communication?

BR, Stijn.

Sorry, it’s a lousy driver. As I remember there is a few errors in the AT command parser.

If you are new to this, I suggest you play with other connectivity options. Hopefully a great 3G module is coming.

Any suggestions?

What I want to do is quite easy:

  1. receive sms
  2. interprete sms and if ok then send ip message using socket
  3. response to the sender if action taken or not

No, I can’t see that button

that very weird… using that link, the option is there…

ok thanks! hope there will be a solution for my problem now…

and I said where is goes wrong :wink:
but a solution for that is someting else…