Other Parts Discussed in Thread: ENERGIA, MSP430WARE
I am using a MSP-430G2553 as a master to read values from a sensor, programming in Energia. The data on my scope looks good but I want to output it to a Serial.println.
When i add the Serial.begin(9600) I get the following error. "core.a(usci_isr_handler.c.o): In function `__isr_6':"
Could someone tell me how to implement a serial monitor in this example?