Difference between revisions of "MSP430F2013 NODE 2"

From emboxit
Jump to: navigation, search
 
m (1 revision)
 
(No difference)

Latest revision as of 16:51, 11 September 2015

File:Node-software-1.jpg File:Node-software-2.jpg


  • Data from MSP430 are always 11 bytes and always in the right order
  • Node script changed for debugging of incoming message




File:Node-software-6.jpg


  • Baud rate of node set exactly the baud rate of MSP430




File:Node-software-7.JPG File:Node-software-3.jpg


  • RPC call is after the completion of uart transaction
  • Transmitted data are correctly aligned




File:Node-software-8.JPG File:Node-software-4.jpg


  • RPC call in the middle of uart-transaction
  • Transmited data not-aligned
End off Message mark is in the middle off message




File:Node-software-9.JPG File:Node-software-5.jpg


  • RPC call closer to the end of uart-transaction
  • Transmitted data is more close to the right alignment