Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Kem

Member Since 07 Sep 2012
Offline Last Active Nov 16 2014 03:20 PM
-----

Posts I've Made

In Topic: Arduino GSM Shield (integrated antenna) (A000043)

04 May 2013 - 08:39 AM

I have modified my telnet - serial passthrough program a bit, so it works with the Arduino GSM Shield. This way you can test the AT commands of the shield.

 

SIM Ready:

AT+CPIN?

Signal strength: 

AT+CSQ

Send SMS:

AT+CMGF=1AT+CSCS="8859-1"AT+CMGS="<number>"<message><CTRL-Z>

Have fun!


In Topic: reading data through a serial port on netduino plus 2

29 April 2013 - 08:31 PM

Like NooM said on the Thread.Sleep(Timeout.Infinite);, but as far as I know you also have to read the data from the serial buffer, otherwise you will not receive new data.

 

You could also change the sleep of 1000 ms to a timer that will turn off the led after 1 second. This way you do not have to pause the thread.


In Topic: Netduino serial data eventhandler

29 April 2013 - 08:19 PM

O and it might be a good idea to change the parameters of your serialPort_DataReceived method :)

 

 

 

 

void serialPort_DataReceived(object sender, SerialDataReceivedEventArgs e) 

 


In Topic: Netduino serial data eventhandler

29 April 2013 - 08:17 PM

Hi,

 

I've had the same problem a while ago, turns out you need to add a reference to Microsoft.SPOT.Hardware.dll. The SerialDataReceivedEventHandler seems to live there :).

 

Cheers,

 

Kem 


In Topic: Arduino GSM Shield (integrated antenna) (A000043)

24 April 2013 - 10:24 AM

Hi,

 

I've just started to play with the same GSM shield (http://arduino.cc/en...rduinoGSMShield). So far I have been able to send and read SMS messages.

 

The newest version of the Quectel M10 AT Commands documentation I could find: http://www.sigmaelec...10_ATC_V1.2.pdf

 

Cheers,

 

Kem


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.