Multiple SoftwareSerial Arduino UNO
hi,
i'm writing piece of code uses adafruit gps breakout , seeedstudio gprs shield send data on internet. both shields uses softwareserial communicate board , read 1 softwareserial connection can used @ time. there way "pause" gps when using gprs ?
thanks,
cheers!
i'm writing piece of code uses adafruit gps breakout , seeedstudio gprs shield send data on internet. both shields uses softwareserial communicate board , read 1 softwareserial connection can used @ time. there way "pause" gps when using gprs ?
thanks,
cheers!
if using multiple software serial ports, 1 can receive data @ time, listen() method lets switch between instances of softwareserial. see http://arduino.cc/en/reference/softwareseriallisten
the listen() method not stop data being received on other instances being discarded, may ensure know listening to. if devices sending data have form of flow control possible stop 1 sending whilst listened another.
the listen() method not stop data being received on other instances being discarded, may ensure know listening to. if devices sending data have form of flow control possible stop 1 sending whilst listened another.
Arduino Forum > Using Arduino > Programming Questions > Multiple SoftwareSerial Arduino UNO
arduino
Comments
Post a Comment