Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
boards:msp430 [2020/12/23 07:18]
127.0.0.1 external edit
boards:msp430 [2020/12/26 11:17]
darron [Launchpad demo]
Line 52: Line 52:
 enter probe mode. enter probe mode.
  
-Probe mode values are binary encoded but we can test operation.+Probe mode sends the binary encoded value of the chip 
 +temperature over the communications port.
  
 +Communication can be tested with picocom
 <code> <code>
 picocom -b 2400 /dev/ttyACM0 picocom -b 2400 /dev/ttyACM0
 </code> </code>
  
 +Or,
 +<code>
 +linux-serial-test -s -R -t -p /dev/ttyACM0
 +</code>
 +
 +It should be noticed that the TI demo was written for devices without a hardware UART.
 === Resources === === Resources ===