ilikecats567 / gsm-shield-arduino

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

Can not use two SoftwareSerial port [_cell(2,3) and gps(3,4)] #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Good evening

The library is use with Arduino Mini Pro 5V and SIM900, and later 3.3V and 
SIM908

Actually _cell is using pin 2 and 3 [SoftwareSerial _cell(2,3)]

This work fine, but if want to add a GPS libray as TinyGPS, we need to use two 
other port as Software gps(4,5)

As we can not use to SerialPort we have to use the function listen() as for 
exemple

_cell.listen(); or
gps.listen()

Is possible to add a function to use two serial port with listen() or to 
describe how to use this nice library with a GPS libary working on two other 
pin than 2 and 3?

Many thank and congratulation for your job

Original issue reported on code.google.com by pierrot1...@gmail.com on 29 May 2013 at 7:52

GoogleCodeExporter commented 9 years ago
Thank.
Unfortunately this doesn't depend on our library. It's a limit of the Software 
Serial. But with Arduino there is no-way to change it because it depends on 
hardware configuration (pins that support change interrupt).

Original comment by martines...@gmail.com on 7 Jun 2013 at 7:45

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:25

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