Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
Hi,
I'm trying send GPS (adafruit Ultimate GPS FeatherWing) coordinates to another location using XBees and then displaying GPS data on an LCD (Sharp 96 Booster Pack) using CCS. I was originally using Energia but I think it might be easier with CCS although I did have functioning code for displaying the parsed GPS data on the serial monitor (Energia). These devices involve 2 pairs of Xbees (4 total 2 different ranges), 3 MSP-EXP432P401R (Black Version), the GPS and the LCD. I wanted to know if there were any examples that demonstrate taking in data from one UART device and transmitting it to another UART device. Also what recommendations do you have for which UART pins I should use. I plan on using pins 3.2 and 3.3 for one UART device but I wasn't sure which other pair of pins I should use.
Thanks in Advance