Hi!
I would like to interface a combined GPS + GSM module to an MSP-EXP430FR5969 using Energia.
The aim is at the press of a button/signal, an SMS is sent with the GPS lat/long coordinates at the time of the press.
I am planning to use this module (https://tronixlabs.com.au/arduino/shields/3g-shield/adafruit-fona-3g-cellular-breakout-900-and-2100-mhz-for-optus-vodafone-australia/) to connect it all up.
I've seen a lot of Arduino examples on this (e.g. using tinyGPS and softwareSerial) but I'm not sure if this same code will work on the MSP430. Will it? How can I go about chang