MSP430F2013 NODE 2

From emboxit
Revision as of 16:51, 11 September 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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