ilikecats567 / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

Communication/Debug lines #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to ask if it is possible to relocate the connections in D10, D11, 
D12, D13 to other pins? I am using the GSM/GPRS shield, and I want to integrate 
a microSD storage for my data. However, the SD circuit requires the use of D10 
to D13 for the SPI connections. Is there any way to use both at the same time?

Original issue reported on code.google.com by JRVillan...@gmail.com on 6 Feb 2013 at 6:32

GoogleCodeExporter commented 9 years ago
If D10, D11, D12, D13 supports change interrupt, yes.
Check it on the SoftwareSerial's reference.
However you probably require another softwareserial and it's not possible to 
use more than one at the same time.
You can use hardware serial for GSM (pin: 0 and 1) and the other with the 
microSD.
Try to ask on Arduino's forum.
Marco

Original comment by martines...@gmail.com on 8 Mar 2013 at 10:53

GoogleCodeExporter commented 9 years ago
This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27