Hi All,
As a quick background, I am working on a project which involves an ADXL345 (three axis accelerometer). I have currently got the accelerometer communicating to an arduino (via I2C), and the arduino is printing the XYZ data to the serial port, which I am reading into matlab. This process of sending serial data via an arduino is very simple, using the Serial.print(data).
I am now looking to replace the arduino with my MSP430F5529 Launchpad. Could anyone advise me on the steps involved in sending serial data over the serial port ? Im using IAR if that makes a difference.
Thanks in advance,