This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code samples needed.



Hi guys, I am currently using MSP-430PM64 for my project. Using IAR workbench i need a program to display my reading that i input  to my Zigbee module then to zigbee basestation, in the end displayed on another terminal. My concern is

1. Because MSP-430PM64 is already soldered im not sure if i still need to modify it to be able to run my project

2. I certainly need a program for my MSP-430PM64. So that any input i type eg. 123 , will be received by my another terminal.

3. What kind of programs should i use to at my other terminal so that i can receive my data?

  • It sounds like you are going to be receiving a wireless transmission and you would like to then send a wired communication. If this is the case the MSP430 supports several serial communication protocols. What specific MSP430 are you using with that board? I recommend taking a look at our code example set at www.ti.com/msp430codeexamples They have UART codes that are echo programs to be used with windows hyperterminal.

**Attention** This is a public forum